1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

- Moved FunctionList from /client to /lib -> used in client and server

- Updated project files
This commit is contained in:
beegee1
2013-11-30 10:08:38 +00:00
parent c786a3076a
commit 41e274b4aa
13 changed files with 102 additions and 98 deletions

View File

@ -2,7 +2,7 @@
#include "CIntObject.h"
#include "SDL_Extensions.h"
#include "../FunctionList.h"
#include "../../lib/FunctionList.h"
struct SDL_Surface;
struct Rect;