aboutsummaryrefslogtreecommitdiffstats
path: root/src/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprites.h')
-rw-r--r--src/sprites.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/sprites.h b/src/sprites.h
index a64b784..c5eb57c 100644
--- a/src/sprites.h
+++ b/src/sprites.h
@@ -3,6 +3,17 @@
3 3
4#include "common.h" 4#include "common.h"
5 5
6/*
7Copyright (c) 2021 Bad Diode
8
9Permission to use, copy, modify, and distribute this software for any
10purpose with or without fee is hereby granted, provided that the above
11copyright notice and this permission notice appear in all copies.
12
13THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14WITH REGARD TO THIS SOFTWARE.
15*/
16
6typedef struct Sprite { 17typedef struct Sprite {
7 // A unique sprite identifier. 18 // A unique sprite identifier.
8 size_t id; 19 size_t id;