argc argv

This commit is contained in:
kdx 2023-03-26 05:23:34 +00:00
parent ab6c27e4ea
commit aed7f6fa32
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ static Game *game = NULL;
static void deinit(void);
int main(void)
int
main([[maybe_unused]] int argc, [[maybe_unused]] char **argv)
{
if (LZY_Init("hyperultra!", 30, "res/tset.png", "res/font.png")) {
LZY_Log("LZY_Init failed: %s", LZY_GetError());