mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10: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
|
@ -36,12 +36,13 @@
|
|||
#endif
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/entity.h"
|
||||
#include "QF/msg.h"
|
||||
#include "QF/render.h"
|
||||
#include "QF/skin.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "QF/scene/entity.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "d_iface.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue