summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--csrc/misc.c5
-rw-r--r--csrc/misc.h9
2 files changed, 14 insertions, 0 deletions
diff --git a/csrc/misc.c b/csrc/misc.c
index b7651c9..49cecfa 100644
--- a/csrc/misc.c
+++ b/csrc/misc.c
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2018 Iru Cai <mytbk920423@gmail.com>
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ */
+
#include <windows.h>
#include "global.h"
diff --git a/csrc/misc.h b/csrc/misc.h
new file mode 100644
index 0000000..ce6f1d4
--- /dev/null
+++ b/csrc/misc.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (C) 2018 Iru Cai <mytbk920423@gmail.com>
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ */
+
+void playmid_4549cf(int x);
+void close_mid_454acb(void);
+void play_avi(const char *fn, RECT *r, int x);
+void playmid_454d2c(void);