dev
parent
b532b72c94
commit
5d167f09b9
4 changed files with 13 additions and 4 deletions
@ -1,2 +1,3 @@ |
||||
#pragma once |
||||
#include "bakara/math/math.h" |
||||
#include <bakara/math/type.h> |
||||
#include <bakara/core/log.h> |
@ -1,2 +0,0 @@ |
||||
#pragma once |
||||
#include "type.h" |
@ -0,0 +1,9 @@ |
||||
#pragma once |
||||
|
||||
#include <iostream> |
||||
#include <utility> |
||||
#include <memory> |
||||
#include <functional> |
||||
#include <string> |
||||
#include <array> |
||||
#include <vector> |
Loading…
Reference in New Issue