make expose look better

This commit is contained in:
NishiOwO 2025-03-29 15:11:24 +09:00
parent e77b60a22a
commit 16163edd5f
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#define NB_EXPOSE_DRAW_PLATFORM
/* External library */
#include <X11/Xlib.h>
#include <GL/glx.h>
/* Interface */
#include "nb_draw_platform.h"

View File

@ -1,6 +1,7 @@
#define NB_EXPOSE_DRAW_PLATFORM
/* External library */
#include <windows.h>
/* Interface */
#include "nb_draw_platform.h"

View File

@ -1,6 +1,7 @@
#define NB_EXPOSE_CORE
/* External library */
#include <ode/ode.h>
/* Interface */
#include "nb_core.h"

View File

@ -9,9 +9,7 @@
#endif
/* NishBox */
#ifdef NB_EXPOSE_CORE
#include <nb_draw.h>
#endif
/* Standard */