mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 01:31:47 -04:00
Documentation, header guards
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef S_FSTATE_H
|
||||
#define S_FSTATE_H
|
||||
|
||||
#include <s/s_StateInterfaces.hpp>
|
||||
#include <s/s_FStateID.hpp>
|
||||
|
||||
@@ -42,3 +44,5 @@ private:
|
||||
T &mpOwner; ///< The owner of this state.
|
||||
const sFStateID_c<T> *mpID; ///< The state ID that runs the state methods.
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user