aboutsummaryrefslogtreecommitdiffstats
path: root/src/sprites.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/sprites.h
parent8e90cbd6fd790c16acd86cba878a69160fa4f17b (diff)
downloaduxngba-c1580fd8f8b06efef471578e2ba66a4efb7745c8.tar.gz
uxngba-c1580fd8f8b06efef471578e2ba66a4efb7745c8.zip
Add copyright notice to all files
Diffstat (limited to 'src/sprites.h')
-rw-r--r--src/sprites.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sprites.h b/src/sprites.h
index c5eb57c..6c15387 100644
--- a/src/sprites.h
+++ b/src/sprites.h
@@ -1,8 +1,3 @@
1#ifndef GBAEXP_SPRITES_H
2#define GBAEXP_SPRITES_H
3
4#include "common.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_SPRITES_H
13#define GBAEXP_SPRITES_H
14
15#include "common.h"
16
17typedef struct Sprite { 17typedef struct Sprite {
18 // A unique sprite identifier. 18 // A unique sprite identifier.
19 size_t id; 19 size_t id;