mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
[scene] Rename libQFentity to libQFscene
And start working on scene management.
This commit is contained in:
parent
076f424d39
commit
40a26e4bc8
61 changed files with 478 additions and 128 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue