Documentation, header guards

This commit is contained in:
robojumper
2024-06-01 23:57:11 +02:00
parent 374e93821e
commit 8ecaacda93
14 changed files with 65 additions and 14 deletions
+5 -1
View File
@@ -1,4 +1,6 @@
#pragma once
#ifndef S_STATEMETHOD_H
#define S_STATEMETHOD_H
#include <s/s_StateInterfaces.hpp>
// Note: Ported from https://github.com/NSMBW-Community/NSMBW-Decomp/tree/master/include/dol/sLib
@@ -50,3 +52,5 @@ protected:
sStateIf_c *mpState; ///< The current state holder.
};
#endif