]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/cmake_config_githash.h.in
Improve lighting of entities.
[dragonfireclient.git] / src / cmake_config_githash.h.in
index 4d5fcd60f375a6c0a8b9fbf25924c955c93f0a8f..66870b0484c4cbfa831613c2740dc148a12d1028 100644 (file)
@@ -1,10 +1,6 @@
 // Filled in by the build system
 // Separated from cmake_config.h to avoid excessive rebuilds on every commit
 
-#ifndef CMAKE_CONFIG_GITHASH_H
-#define CMAKE_CONFIG_GITHASH_H
-
-#define CMAKE_VERSION_GITHASH "@VERSION_GITHASH@"
-
-#endif
+#pragma once
 
+#define VERSION_GITHASH "@VERSION_GITHASH@"