raylib-go/raylib/mini_al.c
2017-12-07 22:09:16 +01:00

6 lines
247 B
C

// +build !js
// The implementation of mini_al needs to #include windows.h which means it needs to go into
// it's own translation unit. Not doing this will cause conflicts with CloseWindow(), etc.
#define MAL_IMPLEMENTATION
#include "mini_al.h"