summaryrefslogtreecommitdiff
path: root/csrc/global.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-09-03 14:42:31 +0800
committerIru Cai <mytbk920423@gmail.com>2018-09-03 14:42:31 +0800
commit69d17d3c5b4024d04b70bfe2e2f635fff0a5a3e5 (patch)
tree76bb45f3cd73ed80fe7a566b070afcfa07e3f48f /csrc/global.h
parentb9216156793f18d7e4685ec73fce5294fcd141b6 (diff)
downloadrich4-69d17d3c5b4024d04b70bfe2e2f635fff0a5a3e5.tar.xz
pixel_fmt
Diffstat (limited to 'csrc/global.h')
-rw-r--r--csrc/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/csrc/global.h b/csrc/global.h
index a076f44..e63b8d3 100644
--- a/csrc/global.h
+++ b/csrc/global.h
@@ -1,4 +1,5 @@
#include <windows.h>
+#include <stdint.h>
/* media_init.c */
extern IDirectDraw *pddraw; // 0x0048a0d8
@@ -14,6 +15,8 @@ extern int mkf_effect; // 0x48a058
extern HHOOK ghook; // 0x48a050
+extern uint32_t pixel_fmt;
+
char * read_mkf(int mkf_idx, int a1, char *buf, int *bufsize);
/* main.c */