diff --git a/src/ccoleta.cpp b/src/ccoleta.cpp new file mode 100644 index 0000000..b938aaa --- /dev/null +++ b/src/ccoleta.cpp @@ -0,0 +1,5 @@ +#include "ccoleta.h" + +CColeta::CColeta() +{ +} diff --git a/src/ccoleta.h b/src/ccoleta.h new file mode 100644 index 0000000..390e5fa --- /dev/null +++ b/src/ccoleta.h @@ -0,0 +1,10 @@ +#ifndef CCOLETA_H +#define CCOLETA_H + +class CColeta +{ +public: + CColeta(); +}; + +#endif // CCOLETA_H -- libgit2 0.21.2