Racing/constants.h

9 lines
208 B
C
Raw Normal View History

2019-05-10 15:29:53 +03:00
#include "TXLib.h"
#pragma once
#define VK_F_ONE 59
const COLORREF BISQUECOLOR = RGB(224, 203, 105);
const COLORREF LoadColor = RGB(0, 155, 179);
const string carPicsDirectory = "pictures\\cars\\";