start tint2conf work

git-svn-id: http://tint2.googlecode.com/svn/trunk@632 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2011-06-06 09:16:51 +00:00
parent 47ce616991
commit 72435c0743
11 changed files with 944 additions and 277 deletions

View File

@@ -0,0 +1,11 @@
#ifndef PROPERTIES_RW
#define PROPERTIES_RW
void config_read_file (const char *path);
void config_save_file(const char *path);
#endif