mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 12:03:36 +00:00
fix: comment IggyGDrawMallocAnnotated
prevents a symbol redefinition linker error
This commit is contained in:
parent
6a88c43d94
commit
00a5fba311
|
|
@ -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)
|
||||
// {
|
||||
|
|
|
|||
Loading…
Reference in a new issue