Primer commit
This commit is contained in:
10
source/defines.h
Normal file
10
source/defines.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#define SCREEN_WIDTH 320
|
||||
#define SCREEN_HEIGHT 240
|
||||
#define NUM_BALLS 100
|
||||
|
||||
struct color_t
|
||||
{
|
||||
int r,g,b;
|
||||
};
|
||||
Reference in New Issue
Block a user