summaryrefslogtreecommitdiff
path: root/map_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'map_data.c')
-rw-r--r--map_data.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/map_data.c b/map_data.c
new file mode 100644
index 0000000..e673de8
--- /dev/null
+++ b/map_data.c
@@ -0,0 +1,8 @@
+struct {
+ int ftx, fty;
+ int ttx, tty;
+} telemap[] = {
+ { 10, 5, 131, 3 },
+ { 138, 6, 3, 4 },
+};
+int telemapsize = sizeof telemap / sizeof telemap[0];