meta: add build system and stub tool source code

This commit is contained in:
2025-07-07 13:56:20 +01:00
parent 2bc7a0d900
commit ba40290eea
27 changed files with 990 additions and 0 deletions

12
rovem/commands.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef COMMANDS_H_
#define COMMANDS_H_
enum {
CMD_ROOT,
CMD_CREATE,
CMD_QUERY,
CMD_ADD_PACKAGE,
CMD_REMOVE_PACKAGE,
};
#endif