mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-18 08:40:06 +00:00
* Show button prompt images instead of text * Unsupported files show yellow triangles to the left of them * Change from Arial to Roboto font
13 lines
No EOL
327 B
C
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 |