mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-10 19:08:39 +00:00
9 lines
112 B
C
9 lines
112 B
C
#ifndef COMS_MODULE_WEB_H
|
|
#define COMS_MODULE_WEB_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct WebModule {
|
|
};
|
|
|
|
#endif |