Changed *.h files to *.hpp
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef SCENELIST_HPP_
|
||||
#define SCENELIST_HPP_
|
||||
|
||||
enum class SceneList {
|
||||
//these are reserved
|
||||
QUIT,
|
||||
CONTINUE,
|
||||
FIRST,
|
||||
|
||||
//custom indexes
|
||||
TESTSYSTEMS,
|
||||
INGAME,
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user