mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
9 lines
116 B
C
9 lines
116 B
C
|
|
#ifndef UI_SIMPLE_FRAME_H
|
||
|
|
#define UI_SIMPLE_FRAME_H
|
||
|
|
|
||
|
|
DECLARE_STRUCT(CSimpleFrame);
|
||
|
|
|
||
|
|
struct CSimpleFrame {
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|