Add unprotect_addr to util.c

This commit is contained in:
8dcc
2023-07-24 15:57:25 +02:00
parent 44f00ace13
commit fee20bb1ec
2 changed files with 25 additions and 0 deletions

View File

@@ -35,5 +35,6 @@ float angle_delta_rad(float a, float b);
bool world_to_screen(vec3_t vec, vec2_t screen);
void gl_drawbox(int x, int y, int w, int h, rgb_t c);
void gl_drawline(int x0, int y0, int x1, int y1, float w, rgb_t col);
bool unprotect_addr(void* ptr);
#endif /* UTIL_H_ */