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