mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 09:26:09 +00:00
added a shiny bash-autocomplete script
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#ifndef MAIN_CPP
|
||||
#error This file may only be included from main.cpp
|
||||
#endif
|
||||
#ifndef CTOOL_BASE
|
||||
#define CTOOL_BASE
|
||||
|
||||
class CToolBase
|
||||
{
|
||||
@@ -12,3 +11,4 @@ public:
|
||||
virtual ~CToolBase() {}
|
||||
};
|
||||
|
||||
#endif // CTOOL_BASE
|
||||
|
||||
Reference in New Issue
Block a user