mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 15:24:31 +00:00
fix: comment IggyGDrawMallocAnnotated
prevents a symbol redefinition linker error
This commit is contained in:
@@ -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)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user