diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-26 13:57:56 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-26 13:57:56 +0000 |
commit | 0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc (patch) | |
tree | 44011f0960de23743820d22406a6026c29480324 /src/main.cpp | |
parent | 92bbeab96bf61edf9b7caa125ed67e634258383e (diff) | |
download | mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.tar.gz mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.tar.bz2 mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.tar.xz mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.zip |
*** empty log message ***
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 937c40f6..3741b680 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,8 +22,8 @@ */ #include "main.h" -#include "./Sound/sound.h" -#include "./Graphic/graphic.h" +#include "./sound/sound.h" +#include "./graphic/graphic.h" /* Account infos */ int account_ID, session_ID1, session_ID2; |