21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
9 lines
110 B
C
9 lines
110 B
C
#ifndef MRF_H
|
|
#define MRF_H
|
|
|
|
void init_mrf(void);
|
|
void update_mrf(int force);
|
|
void mrf_cleanup(void);
|
|
|
|
#endif
|