repo.or.cz
/
k8-i-v-a-n.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git]
/
src
/
game
/
dataset.cpp
blob
8b1fb2b559f20196e9f559321b3596d308756b15
1
/*
2
*
3
* Iter Vehemens ad Necem (IVAN)
4
* Copyright (C) Timo Kiviluoto
5
* Released under the GNU General
6
* Public License
7
*
8
* See LICENSING which should be included
9
* along with this file for more details
10
*
11
*/
12
#include
"char.h"
13
#include
"proto.h"
14
#include
"game.h"
15
#include
"materia.h"
16
#include
"message.h"
17
#include
"database.h"
18
#include
"fesave.h"
19
#include
"feparse.h"
20
#include
"god.h"
21
22
#include
"proto.cpp"
23
#include
"database.cpp"