Merge branch 'main' of https://github.com/scorpioblood/PhanesEngine
This commit is contained in:
12
Tests/TestProject/Main.cpp
Normal file
12
Tests/TestProject/Main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "Core/public/Math/Vector2.h"
|
||||
|
||||
namespace PMath = Phanes::Core::Math;
|
||||
|
||||
int main()
|
||||
{
|
||||
float t = 2;
|
||||
PMath::Clamp(t, 2.0f, 4.0f);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user