mirror of
https://github.com/holub/mame
synced 2025-05-05 13:54:42 +03:00

(nw) In future, could people please use stable branches when updating 3rd-party libraries, not unstable development snapshots? It will help with stability.
9 lines
90 B
C++
9 lines
90 B
C++
#include <glm/gtx/matrix_transform_2d.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|