wip
This commit is contained in:
parent
edd75c58f6
commit
b9b549afcd
9 changed files with 160 additions and 7 deletions
|
|
@ -5,4 +5,16 @@
|
|||
#include <Mw/Milsko.h>
|
||||
#include <Mw/Widget/OpenGL.h>
|
||||
|
||||
/* main.c */
|
||||
extern MwWidget root, window, opengl;
|
||||
|
||||
/* gl.c */
|
||||
void gl_init(void);
|
||||
void gl_render(void);
|
||||
|
||||
/* ui.c */
|
||||
MwWidget ui_notice(int width, int height);
|
||||
void ui_notice_destroy(MwWidget widget);
|
||||
void ui_init(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include <fishsoup.h>
|
||||
|
||||
#include <af_config.h>
|
||||
|
||||
#ifdef AF_SERVER
|
||||
#include <af_server.h>
|
||||
#endif
|
||||
|
|
|
|||
6
include/af_config.h.in
Normal file
6
include/af_config.h.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef __AF_CONFIG_H__
|
||||
#define __AF_CONFIG_H__
|
||||
|
||||
#define DATAROOTDIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue