view nuklear_ui/blastem_nuklear.h @ 1546:1a09422b87a5

Get Windows build working again. MegaWiFi code probably needs more work before it will actually work on Windows, but at least it doesn't break the build now
author Michael Pavone <pavone@retrodev.com>
date Mon, 26 Mar 2018 21:25:40 -0700
parents b82a44729d7c
children 7121daaa48c2
line wrap: on
line source

#ifndef BLASTEM_NUKLEAR_H_
#define BLASTEM_NUKLEAR_H_

#define NK_INCLUDE_FIXED_TYPES
#define NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_STANDARD_VARARGS
#define NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_FONT_BAKING
#include "nuklear.h"
#include "nuklear_sdl_gles2.h"

void blastem_nuklear_init(uint8_t file_loaded);
void show_pause_menu(void);
uint8_t is_nuklear_active(void);
uint8_t is_nuklear_available(void);
void ui_idle_loop(void);

#endif //BLASTEM_NUKLEAR_H_