Moved the common directory into the libs directory

This commit is contained in:
Kayne Ruse
2013-06-16 13:59:11 +10:00
parent a0fa874a29
commit 419c9d8765
13 changed files with 79 additions and 10 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ Tortuga is a 3/4 top down multiplayer RPG set in a large archipelago occupied by
## Libraries
* [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer API
* [SDL_net](http://www.libsdl.org/projects/SDL_net/) - SDL's networking extension, modified; libs/SDL_net
* [Codebase](https://github.com/Ratstail91/Codebase) - generic reusable code modules; libs/Codebase
* [SDL_net](http://www.libsdl.org/projects/SDL_net/) - SDL's networking extension, slightly modified. This must be installed first.
* [Codebase](https://github.com/Ratstail91/Codebase) - generic reusable code modules
## Instructions