aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-05-24 21:05:16 +0200
committerBad Diode <bd@badd10de.dev>2021-05-24 21:05:16 +0200
commitc1580fd8f8b06efef471578e2ba66a4efb7745c8 (patch)
tree790528883eca263b0c5653fdab67939b00ba01a6 /src/common.h
parent8e90cbd6fd790c16acd86cba878a69160fa4f17b (diff)
downloaduxngba-c1580fd8f8b06efef471578e2ba66a4efb7745c8.tar.gz
uxngba-c1580fd8f8b06efef471578e2ba66a4efb7745c8.zip
Add copyright notice to all files
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//