Add project files.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef _EOPTIONS_HPP_
|
||||
#define _EOPTIONS_HPP_
|
||||
|
||||
/*** TrooperEngine DLL Header Files ***/
|
||||
#include "TrooperEngine.hpp"
|
||||
|
||||
namespace MainMenu {
|
||||
enum eOptions
|
||||
{
|
||||
Start,
|
||||
Head,
|
||||
Quit
|
||||
};/// END ENUM DEFINITION eOptions
|
||||
|
||||
void operator++(eOptions& option);
|
||||
void operator--(eOptions& option);
|
||||
}/// END NAMESPACE DEFINITION MainMenu
|
||||
#endif/// END IFNDEF _EOPTIONS_HPP_
|
||||
Reference in New Issue
Block a user