engine
This commit is contained in:
@@ -15,5 +15,7 @@ void nuke_end();
|
||||
void nk_property_float3(struct nk_context *ctx, const char *label, float min, float *val, float max, float step, float dragstep);
|
||||
void nk_property_float2(struct nk_context *ctx, const char *label, float min, float *val, float max, float step, float dragstep);
|
||||
void nk_radio_button_label(struct nk_context *ctx, const char *label, int *val, int cmp);
|
||||
void nuke_nel(int cols);
|
||||
void nuke_label(const char *s);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user