Added namespaces to the core engine, improved premake setup, added a buildsolution batch script, removed tinygltf submodule
11 lines
422 B
C++
11 lines
422 B
C++
#pragma once
|
|
#include "imgui.h"
|
|
#include "../../YoggieEngine/src/BarinkEngine.h"
|
|
#include "../../YoggieEngine/src/Graphics/Memory/Framebuffer.h"
|
|
|
|
void CameraTool();
|
|
void ScriptingTool(char* code);
|
|
///void transformWindow(Transform& transform, std::string PanelName);
|
|
void materialWindow(Material& material, std::string PanelName);
|
|
void SceneExplorer(const std::string& PanelName);
|
|
void SceneView(Framebuffer& framebuffer); |