mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
13 lines
143 B
C
13 lines
143 B
C
#ifndef TOS_UI_TEXTAREA_H
|
|
#define TOS_UI_TEXTAREA_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UITextareaState {
|
|
};
|
|
|
|
struct UITextarea {
|
|
|
|
};
|
|
|
|
#endif |