9 lines
92 B
C++
9 lines
92 B
C++
#ifndef OBJECT_MOVING_H
|
|
#define OBJECT_MOVING_H
|
|
|
|
class Actor {
|
|
|
|
}
|
|
|
|
#endif //OBJECT_MOVING_H
|