eBookReaderSwitch/include/common.h
SeanOMik 88ccf7b1d9 Button prompt images
* Show button prompt images instead of text
* Unsupported files show yellow triangles to the left of them
* Change from Arial to Roboto font
2019-09-23 21:11:56 -05:00

13 lines
No EOL
327 B
C

#ifndef EBOOK_READER_COMMON_H
#define EBOOK_READER_COMMON_H
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
//#include "SDL_helper.h"
extern SDL_Window *WINDOW;
//extern SDL_Surface *WINDOW_SURFACE;
extern SDL_Renderer *RENDERER;
extern TTF_Font *ROBOTO_35, *ROBOTO_30, *ROBOTO_27, *ROBOTO_25, *ROBOTO_20, *ROBOTO_15;
#endif