Created a test pattern in the client's screen.

This commit is contained in:
2021-12-14 20:32:11 -06:00
parent 31ea565754
commit 5bda17331c
4 changed files with 25 additions and 14 deletions
-10
View File
@@ -1,10 +0,0 @@
#ifndef _CAPP_H
#define _CAPP_H
#include <SDL.h>
#endif
+1
View File
@@ -6,6 +6,7 @@
#define VSCREEN_WIDTH 640
#define VSCREEN_HEIGHT 480
#define VSCREEN_COLUMN_COUNT 20
#define VSCREEN_ROW_COUNT 20
void renderClientScreen(SDL_Renderer *);