mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +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
|
@ -38,10 +38,10 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "QF/entity.h"
|
||||
#include "QF/render.h"
|
||||
|
||||
#include "QF/plugin/vid_render.h" //FIXME
|
||||
#include "QF/scene/entity.h"
|
||||
|
||||
#include "client/entities.h"
|
||||
#include "client/effects.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue