码迷,mamicode.com
首页 > 其他好文 > 详细

display.h

时间:2017-12-05 01:06:08      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:col   raw   span   efi   version   color   string   ios   stream   

[第2次修改]

 1 #ifndef DISPLAY_H
 2 #define DISPLAY_H
 3 #include <iostream>
 4 #include <string>
 5 #include "AI.h"
 6 #include "PLAYER.h"
 7 class PLAYER;
 8 class AI;
 9 class DISPLAY
10 {
11     public:
12         DISPLAY(std::string v):version(v){};
13         void logo();
14         void draw(AI &a,PLAYER &p);
15     private:
16         std::string version;
17 };
18 #endif

 

display.h

标签:col   raw   span   efi   version   color   string   ios   stream   

原文地址:http://www.cnblogs.com/lostmatch/p/7979677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!