mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 17:53:15 -04:00
Documentation, header guards
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef S_FSTATEID_H
|
||||
#define S_FSTATEID_H
|
||||
|
||||
#include <s/s_StateID.hpp>
|
||||
#include <MSL_C/string.h>
|
||||
|
||||
@@ -59,3 +61,5 @@ private:
|
||||
stateFunc mpExecute; ///< The execute method for this state ID.
|
||||
stateFunc mpFinalize; ///< The finalize method for this state ID.
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user