2017-03-09 23:43:36 +00:00
|
|
|
#include "poly_renderer.cpp"
|
2017-03-11 16:01:30 +00:00
|
|
|
#include "drawers/poly_buffer.cpp"
|
|
|
|
#include "drawers/poly_draw_args.cpp"
|
|
|
|
#include "drawers/poly_triangle.cpp"
|
|
|
|
#include "drawers/screen_triangle.cpp"
|
|
|
|
#include "math/tri_matrix.cpp"
|
|
|
|
#include "scene/poly_cull.cpp"
|
|
|
|
#include "scene/poly_decal.cpp"
|
|
|
|
#include "scene/poly_particle.cpp"
|
|
|
|
#include "scene/poly_plane.cpp"
|
|
|
|
#include "scene/poly_playersprite.cpp"
|
|
|
|
#include "scene/poly_portal.cpp"
|
|
|
|
#include "scene/poly_scene.cpp"
|
|
|
|
#include "scene/poly_sky.cpp"
|
|
|
|
#include "scene/poly_sprite.cpp"
|
|
|
|
#include "scene/poly_wall.cpp"
|
|
|
|
#include "scene/poly_wallsprite.cpp"
|
2017-03-20 07:28:16 +00:00
|
|
|
#include "scene/poly_light.cpp"
|