Add WeaponTypes.cpp

Former-commit-id: b506df2778
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-01 15:45:36 +02:00
parent 6b27aee58d
commit a4f3f0c5fc
20 changed files with 281 additions and 30 deletions

View File

@@ -32,6 +32,7 @@ public:
void erase(iterator it) { inner.erase(it); }
int size() const { return inner.size(); }
private:
rep_type inner;
};