Programming

From Empires Wiki
Revision as of 03:50, 14 April 2017 by VulcanStorm (talk | contribs)
Jump to navigation Jump to search

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

  1. Step 1:

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

  1. Step 2:

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

  1. Step 3:

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