diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-05 13:57:07 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-05 13:57:07 +0000 |
commit | 9dc87bf9db25237ae4d904f92311352e6171d372 (patch) | |
tree | fe58100dd34d6ee12120f5a2d165b84cdb5a3ab2 /conf-tmpl | |
parent | 0782cabc543c151f724f38f5132ab948f6346af4 (diff) | |
download | hercules-9dc87bf9db25237ae4d904f92311352e6171d372.tar.gz hercules-9dc87bf9db25237ae4d904f92311352e6171d372.tar.bz2 hercules-9dc87bf9db25237ae4d904f92311352e6171d372.tar.xz hercules-9dc87bf9db25237ae4d904f92311352e6171d372.zip |
- imported the latest working grfio code from stable
- re-added usage of managed allocation routines in grfio
- eol-styled some new files
- some cosmetic fixes here and there
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10468 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/grf-files.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/conf-tmpl/grf-files.txt b/conf-tmpl/grf-files.txt index 665ca74b4..39cee544e 100644 --- a/conf-tmpl/grf-files.txt +++ b/conf-tmpl/grf-files.txt @@ -1,12 +1,12 @@ -//-----------------------------------------
-// GRF List
-//-----------------------------------------
-// grf: C:\path\to\RO\data.grf
-// You may add more in this format
-// grf: <data file path>
-
-//------ Others ---------------------------
-
-// Data Directory (without the actual data\ though)
-// the below example would use C:\path\to\RO\data\
-//data_dir: C:\path\to\RO\
+//----------------------------------------- +// GRF List +//----------------------------------------- +// grf: C:\path\to\RO\data.grf +// You may add more in this format +// grf: <data file path> + +//------ Others --------------------------- + +// Data Directory (without the actual data\ though) +// the below example would use C:\path\to\RO\data\ +//data_dir: C:\path\to\RO\ |