diff --git a/Anim.c b/Anim.c index 370e566..8fec59f 100644 --- a/Anim.c +++ b/Anim.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include diff --git a/Anim.h b/Anim.h index 23f2f7c..41125d2 100644 --- a/Anim.h +++ b/Anim.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _ANIM_H_ #define _ANIM_H_ diff --git a/Audio.c b/Audio.c index a5de31d..abacb5d 100644 --- a/Audio.c +++ b/Audio.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifdef WIN32 #define _WIN32_WINNT 0x0501 #include diff --git a/Audio.h b/Audio.h index 902033f..beefa00 100644 --- a/Audio.h +++ b/Audio.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _AUDIO_H_ #define _AUDIO_H_ diff --git a/Draw.c b/Draw.c index 2d8ca67..7d4b0c4 100644 --- a/Draw.c +++ b/Draw.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifdef WIN32 #define _WIN32_WINNT 0x0501 #include diff --git a/Draw.h b/Draw.h index c082b62..ffd9357 100644 --- a/Draw.h +++ b/Draw.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _DRAW_H_ #define _DRAW_H_ diff --git a/Entity.c b/Entity.c index d487dcb..6ce0fdd 100644 --- a/Entity.c +++ b/Entity.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include #include diff --git a/Entity.h b/Entity.h index 4a2e40a..779d82c 100644 --- a/Entity.h +++ b/Entity.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _ENTITY_H_ #define _ENTITY_H_ diff --git a/FontData.h b/FontData.h index 5953c63..ad3334d 100644 --- a/FontData.h +++ b/FontData.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + static unsigned char fontdata_8x8[2048] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, diff --git a/GameEnts.c b/GameEnts.c index 78eb299..0299efc 100644 --- a/GameEnts.c +++ b/GameEnts.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include diff --git a/GameEnts.h b/GameEnts.h index 568cd01..fbaf5b4 100644 --- a/GameEnts.h +++ b/GameEnts.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _GAMEENTS_H_ #define _GAMEENTS_H_ diff --git a/GameLib.c b/GameLib.c index 9c6e77d..c2ead0d 100644 --- a/GameLib.c +++ b/GameLib.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include "Time.h" diff --git a/GameLib.h b/GameLib.h index 6a40875..d308c6c 100644 --- a/GameLib.h +++ b/GameLib.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _GAMELIB_H_ #define _GAMELIB_H_ diff --git a/GameMap.c b/GameMap.c index 3fef82f..130459c 100644 --- a/GameMap.c +++ b/GameMap.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include diff --git a/GameMap.h b/GameMap.h index 03756b0..117b9ff 100644 --- a/GameMap.h +++ b/GameMap.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _GAMEMAP_H_ #define _GAMEMAP_H_ diff --git a/Input.c b/Input.c index b7cc77b..c837f6f 100644 --- a/Input.c +++ b/Input.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include diff --git a/Input.h b/Input.h index dfda23b..dfe41fd 100644 --- a/Input.h +++ b/Input.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _INPUT_H_ #define _INPUT_H_ diff --git a/Time.c b/Time.c index 78aa06b..a1c9af8 100644 --- a/Time.c +++ b/Time.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include #include diff --git a/Time.h b/Time.h index be19faf..aeb06ac 100644 --- a/Time.h +++ b/Time.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _TIME_H_ #define _TIME_H_ diff --git a/Util.c b/Util.c index 194a263..05a20c5 100644 --- a/Util.c +++ b/Util.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include "Util.h" diff --git a/Util.h b/Util.h index bc89c46..38fbdf9 100644 --- a/Util.h +++ b/Util.h @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #ifndef _UTIL_H_ #define _UTIL_H_ diff --git a/main.c b/main.c index f1a19ac..566bd45 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,5 @@ +// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado) + #include #include #include