#ifndef __vec4_type
#define __vec4_type

typedef float * vec4;

#endif
