replace include guards with pragma once
This commit is contained in:
+1
-4
@@ -1,5 +1,4 @@
|
||||
#ifndef SETTINGS_HPP_
|
||||
#define SETTINGS_HPP_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
@@ -87,5 +86,3 @@ struct EngineSettings {
|
||||
DebugSettings debug;
|
||||
UiSettings ui;
|
||||
};
|
||||
|
||||
#endif // SETTINGS_HPP_
|
||||
|
||||
Reference in New Issue
Block a user