Move LoadObjects -> ResourceManager to avoid repeated loading from files.

master
Vectozavr 2021-10-18 10:50:45 +07:00
parent 6d0202eaff
commit b3682db958
1 changed files with 0 additions and 2 deletions

View File

@ -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;