varconf  1.0.3
Configuration library for the Worldforge system.
varconf.h
1 #ifndef VARCONF_H
2 #define VARCONF_H
3 
4 #include "config.h"
5 #include "parse_error.h"
6 #include "variable.h"
7 #include "dynvar.h"
8 
9 #endif