My Project
Variables
view.cpp File Reference
#include "../../include/view.h"
#include <iostream>
#include <string>
#include <experimental/filesystem>
#include <unistd.h>
Include dependency graph for view.cpp:

Variables

int SCREEN_WIDTH = 720
 
int SCREEN_HEIGHT = 480
 
SDL_Color White = {255, 255, 255}
 
SDL_Color Red = {255, 0, 0}
 
SDL_Color Green = {0, 255, 0}
 
char num_char [10+sizeof(char)]
 
char tmp [256]
 

Variable Documentation

SDL_Color Green = {0, 255, 0}
char num_char[10+sizeof(char)]
SDL_Color Red = {255, 0, 0}
int SCREEN_HEIGHT = 480
int SCREEN_WIDTH = 720
char tmp[256]
SDL_Color White = {255, 255, 255}