mirror of
https://github.com/holub/mame
synced 2025-06-26 06:14:12 +03:00
Fix compile error (nw)
This commit is contained in:
parent
173dcfaaa5
commit
1ac041cd69
@ -10,6 +10,7 @@
|
|||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
#include "valueuniform.h"
|
#include "valueuniform.h"
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
bgfx_value_uniform::bgfx_value_uniform(bgfx_uniform* uniform, float* values, const int count)
|
bgfx_value_uniform::bgfx_value_uniform(bgfx_uniform* uniform, float* values, const int count)
|
||||||
: bgfx_entry_uniform(uniform)
|
: bgfx_entry_uniform(uniform)
|
||||||
|
Loading…
Reference in New Issue
Block a user