summaryrefslogtreecommitdiff
path: root/src/client/saveDialog.h
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-08 18:27:39 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-08 18:27:39 -0700
commitf1ddc12b68b4e4c8087962de25260470e6df2bea (patch)
tree7d0440a6402a9b0ef75ded23fa64b68534255bba /src/client/saveDialog.h
parent6025860a61386bf767b29c3ec5fd0d31285f1056 (diff)
Add tuxanci2 files
Diffstat (limited to 'src/client/saveDialog.h')
-rw-r--r--src/client/saveDialog.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/saveDialog.h b/src/client/saveDialog.h
deleted file mode 100644
index f5fb91f..0000000
--- a/src/client/saveDialog.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef SAVE_DIALOG_H
-#define SAVE_DIALOG_H
-
-#define SAVEDIALOG_ACTIVE_TIME_INTERVAL 500
-
-#define SAVE_DIALOG_SIZE_X 320
-#define SAVE_DIALOG_SIZE_Y 120
-
-#define SAVE_DIALOG_LOCATIN_X (WINDOW_SIZE_X / 2 - SAVE_DIALOG_SIZE_X / 2)
-#define SAVE_DIALOG_LOCATIN_Y (WINDOW_SIZE_Y / 2 - SAVE_DIALOG_SIZE_Y / 2)
-
-extern void save_dialog_init();
-extern bool_t save_dialog_is_active();
-extern void save_dialog_draw();
-extern void save_dialog_event();
-extern void save_dialog_quit();
-
-#endif /* SAVE_DIALOG_H */