home · contact · privacy
Renamed include guard constants to better reflect the respective library names.
[plomrogue] / src / map_objects.h
index 6f3772e5272fd858760d6d4218032a6784c163ce..8b58c101b05e130f8425a8e7c2b55511deca36e5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ACTORS_H
-#define ACTORS_H
+#ifndef MAP_OBJECTS_H
+#define MAP_OBJECTS_H
 
 #include <stdio.h>
 #include "yx_uint16.h"