mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 09:55:40 +00:00
Mass refactoring part 2/2: fixing include paths and project files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef CSCRIPTEXTRA_H
|
||||
#define CSCRIPTEXTRA_H
|
||||
|
||||
#include "../CSceneNode.h"
|
||||
#include "../CScriptNode.h"
|
||||
#include "Core/Scene/CSceneNode.h"
|
||||
#include "Core/Scene/CScriptNode.h"
|
||||
|
||||
/* CScriptExtra is a class that allows for additional coded behavior on any given
|
||||
* script object type. Subclass IScriptExtra, add the new class to CScriptExtra.cpp,
|
||||
|
||||
Reference in New Issue
Block a user