Empire Earth modding DLL, but without the init hell :>
By EnergyCube for the Empire Earth Community.
The files of the project should not be modified except Project.h/Project.cpp, except that feel free to create as much things as you want !
Now, that said, simply go in Project.cpp and start the fun !
void Project::onStart()
{
printCredit();
Logger::showMessage("onStart :D");
}
void Project::onStop()
{
Logger::showMessage("onStop :D");
}