squash errors/warnings

This commit is contained in:
rjindael 2023-07-16 20:41:56 -07:00
parent 0b3304ae6b
commit 3a043797b4
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
3 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include <OGRE/Ogre.h>
namespace RNR {
Ogre::Vector3 normalIdVectors[] = {
Ogre::Vector3(1, 0, 0),

View File

@ -1,4 +1,2 @@
#pragma once
#include <App/V8/Tree/Instance.hpp>
#include <Helpers/NormalId.hpp>

View File

@ -17,8 +17,6 @@ namespace RNR
m_workspace->setParent(m_datamodel);
m_tmb = new TopMenuBar();
load("/home/caesium/Downloads/Telegram Desktop/Destroy-History-1.rbxl");
}
World::~World()