aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap.h')
-rw-r--r--src/bitmap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bitmap.h b/src/bitmap.h
index 2e61f0e..48c8442 100644
--- a/src/bitmap.h
+++ b/src/bitmap.h
@@ -1,3 +1,14 @@
1/*
2Copyright (c) 2021 Bad Diode
3
4Permission to use, copy, modify, and distribute this software for any
5purpose with or without fee is hereby granted, provided that the above
6copyright notice and this permission notice appear in all copies.
7
8THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9WITH REGARD TO THIS SOFTWARE.
10*/
11
1#ifndef GBAEXP_BITMAP_H 12#ifndef GBAEXP_BITMAP_H
2#define GBAEXP_BITMAP_H 13#define GBAEXP_BITMAP_H
3 14