From fd5dede600bcaf8d5c16963544512b2e0ba68586 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 19 May 2021 12:22:42 +0200 Subject: Test automata drawing --- src/sprites.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/sprites.h') 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 @@ #include "common.h" +/* +Copyright (c) 2021 Bad Diode + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE. +*/ + typedef struct Sprite { // A unique sprite identifier. size_t id; -- cgit v1.2.1