#ifndef __PARAMS_H__ #define __PARAMS_H__ int SaveParams(char *file); int LoadParams(char *file); void ProccessParams(struct Togl *togl); #endif /* __PARAMS_H__ */