Fixed template

This commit is contained in:
2024-11-15 09:49:52 +01:00
parent 37d7d29658
commit 8ecd82eb4e
4 changed files with 12 additions and 7 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
#ifndef OBJECT_MOVING_H
#define OBJECT_MOVING_H
#ifndef ACTOR_H
#define ACTOR_H
class Actor {
}
#endif //OBJECT_MOVING_H
};
#endif //ACTOR_H