Borrado todo el código y vuelta a empezar
This commit is contained in:
12
source/prog.cpp
Normal file
12
source/prog.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "prog.h"
|
||||
|
||||
// Constructor
|
||||
Prog::Prog(std::string executablePath)
|
||||
{
|
||||
asset = new Asset(executablePath);
|
||||
}
|
||||
|
||||
Prog::~Prog()
|
||||
{
|
||||
delete asset;
|
||||
}
|
||||
Reference in New Issue
Block a user