Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
asiviero committed Mar 31, 2012
2 parents be13be3 + 8553476 commit e23c5b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 150 deletions.
7 changes: 0 additions & 7 deletions Debug/objects.mk

This file was deleted.

Binary file removed Debug/superBiraWorld
Binary file not shown.
8 changes: 8 additions & 0 deletions inc.h
Expand Up @@ -30,11 +30,19 @@ using namespace std;
#include "inc/timer.h"
#include "inc/list.h"
#include "inc/terrain.h"
#include "inc/m_move.h"
#include "inc/directional.h"

#include "Render.h"

#include <Box2D/Box2D.h>

enum _moveState {
MS_STOP,
MS_UP,
MS_LEFT,
MS_RIGHT,
};



Expand Down
143 changes: 0 additions & 143 deletions main.cpp

This file was deleted.

0 comments on commit e23c5b2

Please sign in to comment.