OCRudoku  v1.0
Resolve word grid with ease
Loading...
Searching...
No Matches
global.h File Reference
#include <SDL2/SDL_ttf.h>
#include <SDL2/SDL.h>
Include dependency graph for global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

TTF_Font * main_font
 
SDL_Window * main_window
 
SDL_Renderer * main_renderer
 
char * application_directory
 
SDL_Surface * loaded_image
 

Variable Documentation

◆ application_directory

char* application_directory
extern

◆ loaded_image

SDL_Surface* loaded_image
extern

◆ main_font

TTF_Font* main_font
extern

◆ main_renderer

SDL_Renderer* main_renderer
extern

◆ main_window

SDL_Window* main_window
extern