Engine: Change include guards to #pragma once

This commit is contained in:
Riyyi
2022-09-26 13:00:00 +02:00
parent 4af037a7fb
commit 722bdd82b1
48 changed files with 80 additions and 227 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef INFERNO_H
#define INFERNO_H
#pragma once
// For use by the game
@@ -12,5 +11,3 @@
#include "inferno/io/log.h"
// -----------------------------------------
#endif // INFERNO_H