(20111219) 01:10

This commit is contained in:
2011-12-19 01:10:00 +01:00
parent 49ce46f808
commit 969064b44c
22 changed files with 44 additions and 0 deletions

2
Anim.c
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <stdio.h>
#include <stdlib.h>

2
Anim.h
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _ANIM_H_
#define _ANIM_H_

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifdef WIN32
#define _WIN32_WINNT 0x0501
#include <windows.h>

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _AUDIO_H_
#define _AUDIO_H_

2
Draw.c
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifdef WIN32
#define _WIN32_WINNT 0x0501
#include <windows.h>

2
Draw.h
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _DRAW_H_
#define _DRAW_H_

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _ENTITY_H_
#define _ENTITY_H_

View File

@@ -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,

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <stdlib.h>
#include <math.h>

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _GAMEENTS_H_
#define _GAMEENTS_H_

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <SDL/SDL.h>
#include "Time.h"

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _GAMELIB_H_
#define _GAMELIB_H_

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <stdio.h>
#include <string.h>

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _GAMEMAP_H_
#define _GAMEMAP_H_

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <math.h>
#include <SDL/SDL.h>

View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _INPUT_H_
#define _INPUT_H_

2
Time.c
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <stdio.h>
#include <math.h>
#include <unistd.h>

2
Time.h
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _TIME_H_
#define _TIME_H_

2
Util.c
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <math.h>
#include "Util.h"

2
Util.h
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _UTIL_H_
#define _UTIL_H_

2
main.c
View File

@@ -1,3 +1,5 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <stdio.h>
#include <stdlib.h>
#include <math.h>