8 lines
107 B
C
8 lines
107 B
C
|
|
#ifndef MSGTEST_H
|
||
|
|
#define MSGTEST_H
|
||
|
|
|
||
|
|
#include <Util.h>
|
||
|
|
|
||
|
|
void setConsoleMsgHandler();
|
||
|
|
|
||
|
|
#endif // MSGTEST_H
|