fixed bug in compiler (optimizeIfElse)
[k8lst.git] / src / lstiup.h
blobbaf250b10a5dbe333a12af8955651ad0025c0f7a
1 #ifndef LST_IUP_H
2 #define LST_IUP_H
4 #include <stdio.h>
5 #include <stdlib.h>
7 #include "lstcore/k8lst.h"
10 /*extern LST_PRIMFN_NONSTATIC(lpFLTKAction);*/
11 extern void guiInit (int *argc, char ***argv);
12 extern void guiShutdown (void);
14 extern void guiModalMessage (const char *title, const char *message);
16 extern void lstInitPrimitivesIUP (void);
18 extern void guiLoopStep (void);
19 extern int guiHasEvent (void);
21 #endif