aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common.h b/src/common.h
index bfa3903..5766565 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,8 +1,3 @@
1#ifndef GBAEXP_COMMON_H
2#define GBAEXP_COMMON_H
3
4#include "shorthand.h"
5
6/* 1/*
7Copyright (c) 2021 Bad Diode 2Copyright (c) 2021 Bad Diode
8 3
@@ -14,6 +9,11 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14WITH REGARD TO THIS SOFTWARE. 9WITH REGARD TO THIS SOFTWARE.
15*/ 10*/
16 11
12#ifndef GBAEXP_COMMON_H
13#define GBAEXP_COMMON_H
14
15#include "shorthand.h"
16
17// 17//
18// Memory sections. 18// Memory sections.
19// 19//