Projekt_APO-Automat_spozywczy/models/cpp_includes
Bartosz Małaszewski 67eae2ad35 added bouml model
2021-11-10 10:14:59 +01:00

14 lines
228 B
Plaintext

// "a type" "needed cpp_includes"
"vector" "#include <vector>
using namespace std;"
"list" "#include <list>
using namespace std;"
"map" "#include <map>
using namespace std;"
"string" "#include <string>
using namespace std;"