Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-09-29 18:41:19 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-09-29 23:24:46 +0300
commit5ff75590da022edc3e9849cf44f5a225e97e8e7b (patch)
treed9bc417a23baf580215c8f1b853956a80ade0b1a /include
parent8f24fd043221e0f813d982d367620de2c84dcaa1 (diff)
Move the mapperfile definition into its header
Diffstat (limited to 'include')
-rw-r--r--include/mapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mapper.h b/include/mapper.h
index 2c3594e5f..6c36a2a35 100644
--- a/include/mapper.h
+++ b/include/mapper.h
@@ -29,6 +29,8 @@
#include <SDL.h>
+#define MAPPERFILE "mapper-sdl2-" VERSION ".map"
+
constexpr uint32_t MMOD1 = 0x1;
#define MMOD1_NAME "Ctrl"
constexpr uint32_t MMOD2 = 0x2;