4coder-non-source/test_data/lots_of_files/colors.cpp

27 lines
331 B
C++
Raw Normal View History

2023-09-30 01:17:40 +00:00
/*
* 4tech color research
* by Allen Webster
* 20.08.2015
*
*/
// TOP
#define FTECH_GL_RENDER 1
#define FTECH_ALLOW_ASSERT 1
#include "meta.h"
#include "app_base.h"
#include <Windows.h>
#include <GL/gl.h>
#include "4tech_math.cpp"
#include "tree_gen.cpp"
#include "app_color.cpp"
#include "win32_base.cpp"
// BOTTOM