我得到了一个3D hanoy游戏代码(using opengl ,glut
)。当我尝试使用VS 12运行此游戏时,出现以下错误
正在展示---
glutTimerFunc is undefined
glutInit is undefined
glutWindowSize is undefined
glPushMatrix is undefined
glRotatef is undefined
glTranslatef is undefined
glutSolidTorus is undefined
glPopMatirx is undefined
因为我猜这些问题是关于缺少函数的,我如何在我的代码中添加这些函数来运行它?