Tetris/resource.cpp

22 lines
168 B
C++
Raw Normal View History

2014-11-07 20:47:50 +01:00
#include "resource.hpp"
int colors[7] =
{
0xFF0000,
0x00FF00,
0x0000FF,
0xFF00FF,
0x00FFFF,
0xFFFF00,
0xFF8000
};
int points[4] =
{
40,
100,
300,
1200
};