mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
Documentation, header guards
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef S_FSTATEMGR_H
|
||||
#define S_FSTATEMGR_H
|
||||
|
||||
#include <s/s_FStateID.hpp>
|
||||
#include <s/s_StateMgr.hpp>
|
||||
#include <s/s_FState.hpp>
|
||||
@@ -18,3 +20,5 @@ public:
|
||||
sFStateMgr_c(T &owner, const sStateIDIf_c &initializeState) :
|
||||
sStateMgr_c<T, Method, sFStateFct_c, sStateIDChk_c>(owner, initializeState) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user