about summary refs log blame commit diff stats
path: root/src/LYrcFile.h
blob: fedc927a7d648e4a003cfc03b4db0965065c7faa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                             
#ifndef LYRCFILE_H
#define LYRCFILE_H

#ifndef LYSTRUCTS_H
#include "LYStructs.h"
#endif /* LYSTRUCTS_H */

extern void read_rc NOPARAMS;
extern int save_rc NOPARAMS;

#endif /* LYRCFILE_H */