moved voxels scripting interface

This commit is contained in:
ZappoMan 2013-12-06 16:07:59 -08:00
parent 3d2a00b732
commit 4df2f2189d
3 changed files with 2 additions and 2 deletions
assignment-client/src
libraries/voxels/src

View file

@ -17,7 +17,7 @@
#include <ThreadedAssignment.h>
#include "voxels/VoxelScriptingInterface.h"
#include <VoxelScriptingInterface.h>
#include <ParticleScriptingInterface.h>
class Agent : public ThreadedAssignment {

View file

@ -12,7 +12,7 @@
#include <QtCore/QObject>
#include <JurisdictionListener.h>
#include <VoxelEditPacketSender.h>
#include "VoxelEditPacketSender.h"
/// handles scripting of voxel commands from JS passed to assigned clients
class VoxelScriptingInterface : public QObject {