Rename another function...

This commit is contained in:
Ryan Houdek
2012-12-26 00:34:09 -06:00
parent c43a0dac2e
commit 9a58f9a3bb
13 changed files with 13 additions and 13 deletions

View File

@ -23,7 +23,7 @@ protected:
u32 s_backbuffer_width;
u32 s_backbuffer_height;
public:
virtual void SwapBuffers() = 0;
virtual void Swap() = 0;
virtual void UpdateFPSDisplay(const char *Text) = 0;
virtual bool Create(void *&window_handle) = 0;
virtual bool MakeCurrent() = 0;