1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

fix relative includes in NucleusLib, move them up to where they belong, remove some unused files

This commit is contained in:
diafero
2011-08-28 00:24:58 +02:00
parent d7e399bc17
commit 78e507ffd6
10 changed files with 23 additions and 432 deletions

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef pnNetCommonCreatable_inc
#define pnNetCommonCreatable_inc
#include "../pnFactory/plCreator.h"
#include "pnFactory/plCreator.h"
#include "plSynchedObject.h"
REGISTER_CREATABLE( plSynchedObject );