home · contact · privacy
Renamed include guard constants to better reflect the respective library names.
[plomrogue] / src / main.h
index 0427e9a24205939eaea59bcfa8f4144c03a4296b..9c04273959e8c5e197058494b3bd6c438d6e29f0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ROGUELIKE_H
-#define ROGUELIKE_H
+#ifndef MAIN_H
+#define MAIN_H
 
 #include <stdint.h>