mirror of
https://github.com/zeldaret/ss
synced 2026-09-04 18:21:47 -04:00
Documentation, header guards
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef S_FSTATEFCT_H
|
||||
#define S_FSTATEFCT_H
|
||||
|
||||
#include <s/s_StateInterfaces.hpp>
|
||||
#include <s/s_FState.hpp>
|
||||
#include <s/s_StateID.hpp>
|
||||
@@ -27,3 +29,5 @@ public:
|
||||
private:
|
||||
sFState_c<T> mState;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user