Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _VSCREEN_H
|
||||
#define _VSCREEN_H
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#define VSCREEN_WIDTH 640
|
||||
#define VSCREEN_HEIGHT 480
|
||||
#define VSCREEN_COLUMN_COUNT 20
|
||||
|
||||
void renderClientScreen(SDL_Renderer *);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user