mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 11:01:45 -04:00
Documentation, header guards
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef S_STATEMGR_H
|
||||
#define S_STATEMGR_H
|
||||
|
||||
#include <s/s_StateInterfaces.hpp>
|
||||
|
||||
// Note: Ported from https://github.com/NSMBW-Community/NSMBW-Decomp/tree/master/include/dol/sLib
|
||||
@@ -38,3 +40,5 @@ private:
|
||||
Factory<T> mFactory;
|
||||
Method mMethod;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user