[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

@ -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"