mirror of
https://github.com/zeldaret/ss
synced 2026-07-08 13:56:15 -04:00
change to header guards wooo
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#ifndef EGG_SYSTEM_H
|
||||
#define EGG_SYSTEM_H
|
||||
|
||||
#include "egg/core/eggHeap.h"
|
||||
#include <common.h>
|
||||
|
||||
|
||||
namespace EGG {
|
||||
|
||||
class Display;
|
||||
@@ -58,3 +58,5 @@ public:
|
||||
};
|
||||
|
||||
} // namespace EGG
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user