aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-orange-math/project/main.cpp
blob: ae7779f888488ae0fee18bc7404cf6d24e26c1f1 (plain)
1
2
3
4
5
6
7
8
#include <omath/omath.hpp>

int main()
{
	omath::Vector2 w = omath::Vector2(20.0, 30.0);
	return 0;
}