mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
9 lines
90 B
C++
9 lines
90 B
C++
#include <glm/gtx/matrix_transform_2d.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|