Wren testing

This commit is contained in:
iikorni
2026-09-03 22:18:23 -05:00
parent f1c99067d8
commit 1a0dad769c
49 changed files with 14712 additions and 72 deletions
+2
View File
@@ -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