mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-10 19:08:39 +00:00
13 lines
133 B
C
Executable File
13 lines
133 B
C
Executable File
#ifndef COMS_UI_IMAGE_H
|
|
#define COMS_UI_IMAGE_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UIImageState {
|
|
};
|
|
|
|
struct UIImage {
|
|
|
|
};
|
|
|
|
#endif |