Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.31 KB

Visitor count Stars Forks Version License

🔨 Empire Earth DLL Template

Empire Earth modding DLL, but without the init hell :>
By EnergyCube for the Empire Earth Community.

🧾 Where do I start ?

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");
}

📖 License

GNU General Public License v3.0