mirror of
https://github.com/holub/mame
synced 2025-05-12 09:08:53 +03:00
9 lines
87 B
C++
9 lines
87 B
C++
#include <glm/gtx/number_precision.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|