This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
oui-blendish
mirror of
https://github.com/VCVRack/oui-blendish.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add stddef.h so it builds on mingw.
master
Andrew Belt
3 years ago
parent
008cceaa10
commit
2fc6405883
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
blendish.h
+ 1
- 0
blendish.h
View File
@@ -25,6 +25,7 @@ THE SOFTWARE.
#ifndef BLENDISH_H
#ifndef BLENDISH_H
#define BLENDISH_H
#define BLENDISH_H
#include <stddef.h>
#include <nanovg.h>
#include <nanovg.h>
#ifdef __cplusplus
#ifdef __cplusplus
Write
Preview
Loading…
Cancel
Save