]> mj.ucw.cz Git - leo.git/blob - fixed.h
Simplified XML processing
[leo.git] / fixed.h
1 /*
2  *      Hic Est Leo -- Fixed Objects
3  *
4  *      (c) 2014 Martin Mares <mj@ucw.cz>
5  */
6
7 #ifndef _LEO_FIXED_H
8 #define _LEO_FIXED_H
9
10 void fixed_add(void);
11
12 #endif