YoggieEngine/SandboxApplication/include/Util.h
nigel 3974889f7e More config and testing adding models
Seperated Sanbox premake config from the main premake file.
2022-08-15 21:35:22 +02:00

6 lines
135 B
C

#pragma once
#include "BarinkEngine.h"
void PrintSceneTree(Node& node, int depth);
glm::mat4 CalculateModelMat(Transform& transform);