10 lines
70 B
C++
10 lines
70 B
C++
#ifndef ACTOR_H
|
|
#define ACTOR_H
|
|
|
|
class Actor {
|
|
|
|
|
|
};
|
|
|
|
#endif //ACTOR_H
|