mirror of
https://github.com/holub/mame
synced 2025-05-11 16:48:52 +03:00
10 lines
125 B
C++
10 lines
125 B
C++
#define GLM_ENABLE_EXPERIMENTAL
|
|
#include <glm/gtx/rotate_normalized_axis.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|