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_STATE_H
|
||||
#define S_STATE_H
|
||||
|
||||
#include <s/s_FStateMgr.hpp>
|
||||
#include <s/s_StateMethodUsr_FI.hpp>
|
||||
|
||||
@@ -15,3 +17,5 @@
|
||||
&class::initializeState_##name, \
|
||||
&class::executeState_##name, \
|
||||
&class::finalizeState_##name)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user