meta: add build system and stub tool source code
This commit is contained in:
12
rovem/commands.h
Normal file
12
rovem/commands.h
Normal 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
|
||||
Reference in New Issue
Block a user