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