clang warnings fix

This commit is contained in:
MihailRis
2024-02-02 20:42:49 +03:00
parent 4a22e8d57b
commit f25677d6d2
20 changed files with 37 additions and 45 deletions
+4
View File
@@ -84,6 +84,10 @@ public:
uint getNextInventoryId() {
return nextInventoryId++;
}
const Content* getContent() const {
return content;
}
};
#endif /* WORLD_WORLD_H_ */