HOG2
Functions
MNPuzzle.cpp File Reference
#include "MNPuzzle.h"
Include dependency graph for MNPuzzle.cpp:

Go to the source code of this file.

Functions

void DrawTile (float x, float y, char c1, char c2, int w, int h)
 
void DrawFrame (int w, int h)
 

Function Documentation

◆ DrawFrame()

void DrawFrame ( int  w,
int  h 
)

Definition at line 48 of file MNPuzzle.cpp.

Referenced by MNPuzzle< width, height >::OpenGLDraw().

◆ DrawTile()

void DrawTile ( float  x,
float  y,
char  c1,
char  c2,
int  w,
int  h 
)

Definition at line 13 of file MNPuzzle.cpp.

Referenced by MNPuzzle< width, height >::OpenGLDraw().