ObjFW  Diff

Differences From Artifact [e861d0675e]:

To Artifact [9a91a13c79]:


310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
}
#elif defined(OF_NINTENDO_3DS)
+ (void)setUpConsole
{
	gfxInitDefault();
	atexit(gfxExit);

	consoleInit(GFX_TOP, NULL);
}
#endif

- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}







|







310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
}
#elif defined(OF_NINTENDO_3DS)
+ (void)setUpConsole
{
	gfxInitDefault();
	atexit(gfxExit);

	consoleInit(GFX_BOTTOM, NULL);
}
#endif

- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}