made the join game screen to get ready for attaching to host and also made a protocol doc
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#define DEF_WINDOW_WIDTH 1920
|
||||
#define DEF_WINDOW_HEIGHT 1080
|
||||
#define DEF_WINDOW_WIDTH 1024
|
||||
#define DEF_WINDOW_HEIGHT 768
|
||||
|
||||
|
||||
|
||||
@@ -25,5 +25,7 @@ extern int selected_index;
|
||||
extern SDL_Window* window;
|
||||
extern SDL_Renderer* renderer;
|
||||
extern SDL_Event event;
|
||||
extern SDL_Color white;
|
||||
extern SDL_Point mouse_pos;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user