change to header guards wooo

This commit is contained in:
elijah-thomas774
2024-03-17 18:55:49 -04:00
parent de0d7a8e0a
commit 6ca7763bc0
84 changed files with 473 additions and 285 deletions
+4 -2
View File
@@ -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