quakeforge/include/QF/scene
Bill Currie 2b879af3e1 Fix most of the hacks for clang
gcc didn't like a couple of the changes (rightly so: one was actually
incorrect), and the fix for qfcc I didn't think to suggest while working
with Emily.

The general CFLAGS etc fixes mostly required just getting the order of
operations right: check for attributes after setting the warnings flags,
though those needed some care for gcc as it began warning about main
wanting the const attribute.

Fixing the imui link errors required moving the ui functions and setup
to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 18:29:30 +09:00
..
camera.h [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00
entity.h [scene] Add flags for finer rendering control 2023-08-05 18:09:20 +09:00
light.h Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
scene.h [scene] Support extra component systems 2023-08-05 01:35:09 +09:00
transform.h [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
types.h [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00