fix: comment IggyGDrawMallocAnnotated

prevents a symbol redefinition linker error
This commit is contained in:
Tropical 2026-03-11 17:06:26 -05:00
parent 6a88c43d94
commit 00a5fba311

View file

@ -21,11 +21,11 @@
// Say hi to sdl
void *IggyGDrawMallocAnnotated(SINTa size, const char *file, int line)
{
(void)file; (void)line;
return malloc((size_t)size);
}
// void *IggyGDrawMallocAnnotated(SINTa size, const char *file, int line)
// {
// (void)file; (void)line;
// return malloc((size_t)size);
// }
// void IggyGDrawFree(void *ptr)
// {