|
My Project
|
#include "../../include/view.h"#include <iostream>#include <string>#include <experimental/filesystem>#include <unistd.h>
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] |
| 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} |
1.8.11