Declaring variable from third party library in header file

后端 未结 0 1082
迷失自我
迷失自我 2020-11-22 06:41

I have a game class as follows:

// game.h
class Game {
 public:
  void Run();
  void CleanUp();
}

I want to create a texture pointer which is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题