2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

added a shiny bash-autocomplete script

This commit is contained in:
Jack Andersen
2015-05-19 11:01:32 -10:00
parent d10c3a831d
commit 66d07af26e
12 changed files with 64 additions and 30 deletions

View File

@@ -1,6 +1,5 @@
#ifndef MAIN_CPP
#error This file may only be included from main.cpp
#endif
#ifndef CTOOL_HELP
#define CTOOL_HELP
#include "CToolBase.hpp"
@@ -15,3 +14,5 @@ public:
{
}
};
#endif // CTOOL_HELP