mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-23 04:10:06 +00:00
Replace ifdef guards with #pragma once
tl;dr this has potentially significant compilation speed benefits.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _SETT_HPP
|
||||
#define _SETT_HPP
|
||||
#pragma once
|
||||
|
||||
namespace settings {
|
||||
extern bool VERBOSE;
|
||||
@@ -17,5 +16,3 @@ namespace settings {
|
||||
|
||||
void init();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user