Wren testing
This commit is contained in:
@@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#ifndef QUAKE_SERVER_H
|
||||
#define QUAKE_SERVER_H
|
||||
#include "../wren/vm/wren_vm.h"
|
||||
|
||||
// server.h
|
||||
|
||||
@@ -61,6 +62,7 @@ typedef struct
|
||||
const char *lightstyles[MAX_LIGHTSTYLES];
|
||||
int num_edicts;
|
||||
int max_edicts;
|
||||
std::map<int, WrenHandle *> wentities;
|
||||
edict_t *edicts; // can NOT be array indexed, because
|
||||
// edict_t is variable sized, but can
|
||||
// be used to reference the world ent
|
||||
|
||||
Reference in New Issue
Block a user