Lots of stuff
commit0ed2470485b0125292317832c5d75e8df2da391b
authorFelipe Cañas Sabat <f.canas.s@gmail.com>
Mon, 14 Jan 2013 04:21:06 +0000 (14 01:21 -0300)
committerFelipe Cañas Sabat <f.canas.s@gmail.com>
Mon, 14 Jan 2013 04:21:06 +0000 (14 01:21 -0300)
treec7f8ef9371eb88b31c8a8ecd310d6030189633a3
parentd0e5460d98417e769c44fdd3b6d7e7533966dbaf
Lots of stuff
20 files changed:
src/command.h [new file with mode: 0644]
src/command_source.h [new file with mode: 0644]
src/direction.h [new file with mode: 0644]
src/game.cpp [new file with mode: 0644]
src/game.h [new file with mode: 0644]
src/game_config.cpp [new file with mode: 0644]
src/game_config.h [new file with mode: 0644]
src/game_container.cpp [new file with mode: 0644]
src/game_container.h [new file with mode: 0644]
src/has_properties.cpp [copied from src/tile.cpp with 59% similarity]
src/has_properties.h [copied from src/tile.h with 64% similarity]
src/hex_map_rules.cpp [new file with mode: 0644]
src/hex_map_rules.h [new file with mode: 0644]
src/main.cpp
src/player.cpp [new file with mode: 0644]
src/player.h [new file with mode: 0644]
src/tile.cpp
src/tile.h
src/unit.cpp [new file with mode: 0644]
src/unit.h [new file with mode: 0644]