Using S7; edit Makefile for debug, windows compilation

This commit is contained in:
2022-12-12 16:48:21 +00:00
parent 998cb11218
commit 18eefd4937
483 changed files with 97382 additions and 301477 deletions

View File

@@ -1,6 +1,6 @@
#ifndef NUKE_H
#define NUKE_H
#define NK_INCLUDE_FIXED_TYPES
#include "nuklear.h"
@@ -22,6 +22,7 @@ void nuke_checkbox(const char *lbl, int *val);
void nuke_nel(int cols);
void nuke_label(const char *s);
void nuke_prop_float(const char *label, float min, float *val, float max, float step, float dragstep);
void nuke_edit_str(char *str);
int nuke_btn(const char *lbl);