cOMS/ui/UIImage.h

13 lines
131 B
C

#ifndef TOS_UI_IMAGE_H
#define TOS_UI_IMAGE_H
#include "../stdlib/Types.h"
struct UIImageState {
};
struct UIImage {
};
#endif