mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-12 21:10:04 +00:00
Fix test not compiling
This commit is contained in:
parent
45ec13db45
commit
139681a3fd
@ -25,12 +25,12 @@ namespace
|
||||
glerminal_quit();
|
||||
}
|
||||
|
||||
void mainloop(float) {}
|
||||
void mainloop(double) {}
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
glerminal_run(init, mainloop, nullptr, nullptr);
|
||||
glerminal_run({init, mainloop});
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user