dungeon_crawler

annotate prototype/src/color.h @ 41:acfe0c0110fc

- cleaned up the renderer - implemented fallback (non-deferred renderer)
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 30 Aug 2012 05:35:00 +0300
parents
children
rev   line source
nuclear@4 1 #ifndef COLOR_H_
nuclear@4 2 #define COLOR_H_
nuclear@4 3
nuclear@4 4 #include "vmath.h"
nuclear@4 5
nuclear@4 6 typedef Vector4 Color;
nuclear@4 7
nuclear@4 8 #endif // COLOR_H_