Move LoadObjects -> ResourceManager to avoid repeated loading from files.
parent
6d0202eaff
commit
b3682db958
|
@ -2,10 +2,8 @@
|
||||||
// Created by Иван Ильин on 13.01.2021.
|
// Created by Иван Ильин on 13.01.2021.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include "Mesh.h"
|
#include "Mesh.h"
|
||||||
#include "utils/Log.h"
|
|
||||||
#include "ResourceManager.h"
|
#include "ResourceManager.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Reference in New Issue