Skip to content

Commit

Permalink
lib v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Jan 12, 2022
1 parent df7eb14 commit 4f4ce2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/entity/strategies/controllable.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "strategy.h"
#include <SFML/Window.hpp>

#define NB_KEYS 256




Expand Down
2 changes: 2 additions & 0 deletions include/lib/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <tuple>

#define NB_KEYS 256

typedef std::pair<unsigned int, unsigned int> Vec;
typedef std::pair<int, int> Vel;

Expand Down

0 comments on commit 4f4ce2e

Please sign in to comment.