ADD: added orders and implemented order and moveorder and test for moveorder
This commit is contained in:
12
tests/test_EntityImplementation.cpp
Normal file
12
tests/test_EntityImplementation.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
#include <loguru.hpp>
|
||||
|
||||
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
LOG_S(INFO)<< "hello world";
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user