mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:33:35 +02:00
moved voxels scripting interface
This commit is contained in:
parent
3d2a00b732
commit
4df2f2189d
3 changed files with 2 additions and 2 deletions
assignment-client/src
libraries/voxels/src
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <ThreadedAssignment.h>
|
||||
|
||||
#include "voxels/VoxelScriptingInterface.h"
|
||||
#include <VoxelScriptingInterface.h>
|
||||
#include <ParticleScriptingInterface.h>
|
||||
|
||||
class Agent : public ThreadedAssignment {
|
||||
|
|
|
@ -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 {
|
Loading…
Reference in a new issue