HOG2
|
#include "MNPuzzle.h"
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) |
void DrawFrame | ( | int | w, |
int | h | ||
) |
Definition at line 48 of file MNPuzzle.cpp.
Referenced by MNPuzzle< width, height >::OpenGLDraw().
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().