summary refs log tree commit diff stats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h index 365a759..0e1fa2e 100644 --- a/util.h +++ b/util.h
@@ -5,7 +5,7 @@
5#ifndef UTIL_H 5#ifndef UTIL_H
6#define UTIL_H 6#define UTIL_H
7 7
8void wrap(int* x, int* y); 8void wrap(int& x, int& y);
9TTF_Font* loadFont(int size); 9TTF_Font* loadFont(int size);
10const char* getDataFile(); 10const char* getDataFile();
11SDL_Texture* loadImage(SDL_Renderer* renderer, std::string file); 11SDL_Texture* loadImage(SDL_Renderer* renderer, std::string file);