mirror of
https://github.com/holub/mame
synced 2025-05-05 22:04:43 +03:00
9 lines
77 B
C++
9 lines
77 B
C++
#include <glm/gtx/extend.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|