mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-26 09:38:40 +00:00
13 lines
145 B
C
Executable File
13 lines
145 B
C
Executable File
#ifndef COMS_UI_TEXTAREA_H
|
|
#define COMS_UI_TEXTAREA_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UITextareaState {
|
|
};
|
|
|
|
struct UITextarea {
|
|
|
|
};
|
|
|
|
#endif |