paysages3d/lib_paysages/shared/constants.h

25 lines
373 B
C

#ifndef _PAYSAGES_CONSTANTS_H_
#define _PAYSAGES_CONSTANTS_H_
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern Color COLOR_TRANSPARENT;
extern Color COLOR_BLACK;
extern Color COLOR_RED;
extern Color COLOR_GREEN;
extern Color COLOR_BLUE;
extern Color COLOR_WHITE;
extern Color COLOR_GREY;
extern Vector3 VECTOR_ZERO;
#ifdef __cplusplus
}
#endif
#endif