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