This repository has been archived on 2025-06-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LotoStatek/headers/Actor.h
2024-11-15 09:49:52 +01:00

10 lines
70 B
C++

#ifndef ACTOR_H
#define ACTOR_H
class Actor {
};
#endif //ACTOR_H