Renammed hook_<renderer> to start_hook

This commit is contained in:
Nemirtingas 2019-08-16 10:31:29 +02:00
parent 2fe5e90294
commit 4d3c355fcc
10 changed files with 13 additions and 13 deletions

View file

@ -20,7 +20,7 @@ private:
OpenGL_Hook();
virtual ~OpenGL_Hook();
void hook_ogl();
void start_hook();
void resetRenderState();
void prepareForOverlay(HDC hDC);