diff options
Diffstat (limited to 'vere/pkg/noun/options.c')
-rw-r--r-- | vere/pkg/noun/options.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vere/pkg/noun/options.c b/vere/pkg/noun/options.c new file mode 100644 index 0000000..cef3479 --- /dev/null +++ b/vere/pkg/noun/options.c @@ -0,0 +1,5 @@ +/// @file + +#include "options.h" + +u3o_config u3o_Config; |