Jump to content

Programming

From Empires Wiki
Revision as of 13:49, 13 April 2017 by VulcanStorm (talk | contribs) (Help for programmers coding in c++)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to get your code to compile on the gitlab runners.

Step 1: Make sure your .cpp file contains #include "cbase.h" before any other includes

Step 2: Make sure the last include is #include "tier0/memdbgon.h"

Step 3: Repeat this for all the cpp files you want to add :P before proceeding...