11 lines
160 B
C
11 lines
160 B
C
//
|
|
// Created by bruno on 3/30/25.
|
|
//
|
|
|
|
#ifndef BRNQUANFW_MESSAGES_H
|
|
#define BRNQUANFW_MESSAGES_H
|
|
|
|
void UI_DisplayMessages(void);
|
|
|
|
#endif //BRNQUANFW_MESSAGES_H
|