Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface

Martin Gerhardy

These functions are really useful and should get exposed imo.
This commit is contained in:
Sam Lantinga
2019-06-08 14:54:37 -07:00
parent 56b7f4cf31
commit 8728ce4448
7 changed files with 69 additions and 91 deletions

View File

@@ -22,7 +22,6 @@
#include "SDL_config.h"
#else
#include "../SDL_internal.h"
#include "SDL_simd.h"
#endif
#if defined(__WIN32__) || defined(__WINRT__)