19 lines
161 B
C++
19 lines
161 B
C++
/**
|
|
* 房间
|
|
*
|
|
* @author acgist
|
|
*/
|
|
|
|
#ifndef taoyao_Room_HPP
|
|
#define taoyao_Room_HPP
|
|
|
|
namespace acgist {
|
|
|
|
class Room {
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif // taoyao_Room_HPP
|