]> AND Private Git Repository - blast.git/blob - ExternalResource.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
finished VHDL gen. (but have to test further
[blast.git] / ExternalResource.cpp
1 #include "ExternalResource.h"\r
2 \r
3 \r
4 ExternalResource::ExternalResource(const QString& _name, const QString& _file, int _type) {\r
5 \r
6   name = _name;\r
7   file = _file;\r
8   type = _type;\r
9 }\r