[scene] Rename libQFentity to libQFscene

And start working on scene management.
This commit is contained in:
Bill Currie 2021-07-24 14:19:52 +09:00
parent 076f424d39
commit 40a26e4bc8
61 changed files with 478 additions and 128 deletions

View file

@ -28,13 +28,13 @@
#ifndef _CLIENT_H
#define _CLIENT_H
#include "QF/entity.h"
#include "QF/info.h"
#include "QF/quakefs.h"
#include "QF/vid.h"
#include "QF/zone.h"
#include "QF/plugin/vid_render.h"
#include "QF/scene/entity.h"
#include "client/entities.h"
#include "client/state.h"