1
This commit is contained in:
parent
5b61f17ca1
commit
492c9712ef
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
class Human;
|
||||
class Room;
|
||||
class RefreshRule
|
||||
{
|
||||
@ -8,4 +9,7 @@ class RefreshRule
|
||||
|
||||
void Init();
|
||||
void UnInit();
|
||||
|
||||
private:
|
||||
std::list<Human*> hold_humans_;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user