mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Add EntityScriptUtils
This commit is contained in:
parent
ff65d0c8cb
commit
36a46c1bd6
1 changed files with 21 additions and 0 deletions
21
libraries/networking/src/EntityScriptUtils.h
Normal file
21
libraries/networking/src/EntityScriptUtils.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// EntityScriptUtils.h
|
||||
// libraries/networking/src
|
||||
//
|
||||
// Created by Ryan Huffman on 2017/01/13
|
||||
// Copyright 2017 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef hifi_EntityScriptUtils_h
|
||||
#define hifi_EntityScriptUtils_h
|
||||
|
||||
enum EntityScriptStatus {
|
||||
ERROR_LOADING_SCRIPT,
|
||||
ERROR_RUNNING_SCRIPT,
|
||||
RUNNING
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue