7 lines
79 B
C++
7 lines
79 B
C++
#ifndef _GROUPOFCREATURES_H_
|
|
#define _GROUPOFCREATURES_H_
|
|
|
|
class Group
|
|
|
|
#endif
|