Nuklear icon indicating copy to clipboard operation
Nuklear copied to clipboard

internal: Allow changing the roundf() method

Open RobLoach opened this issue 4 months ago • 0 comments

This allows you to define NK_ROUNDF() to change the nk_roundf() implementation.

#include <math.h>
#define NK_ROUNDF roundf

RobLoach avatar Sep 30 '24 17:09 RobLoach