mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-22 12:47:03 +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
|
// Say hi to sdl
|
||||||
|
|
||||||
void *IggyGDrawMallocAnnotated(SINTa size, const char *file, int line)
|
// void *IggyGDrawMallocAnnotated(SINTa size, const char *file, int line)
|
||||||
{
|
// {
|
||||||
(void)file; (void)line;
|
// (void)file; (void)line;
|
||||||
return malloc((size_t)size);
|
// return malloc((size_t)size);
|
||||||
}
|
// }
|
||||||
|
|
||||||
// void IggyGDrawFree(void *ptr)
|
// void IggyGDrawFree(void *ptr)
|
||||||
// {
|
// {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue