forked from pool/csmash
12 lines
205 B
Diff
12 lines
205 B
Diff
|
--- BallView.h
|
||
|
+++ BallView.h
|
||
|
@@ -32,7 +32,7 @@
|
||
|
|
||
|
static GLuint m_number[10];
|
||
|
private:
|
||
|
- void BallView::DrawTargetCircle();
|
||
|
+ void DrawTargetCircle();
|
||
|
GLUquadricObj *m_quad;
|
||
|
|
||
|
void DrawBall();
|