[EDIT] code style guide finished

This commit is contained in:
Menno
2021-05-18 12:43:22 +02:00
parent 41e02b0c39
commit 438b219d0a
17 changed files with 83 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <string>
#include "../models/Model.h"
#include "../models/model.h"
models::RawModel LoadObjModel(std::string file_name);