Minor fixes related to test migration
This commit is contained in:
11
include/J3ML/LinearAlgebra/Vector2i.hpp
Normal file
11
include/J3ML/LinearAlgebra/Vector2i.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace J3ML::LinearAlgebra
|
||||
{
|
||||
class Vector2i
|
||||
{
|
||||
public:
|
||||
int x;
|
||||
int y;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user