Skip to content

Runtime modifiable header files

Doug Binks edited this page Sep 25, 2013 · 1 revision

Runtime modifiable header files can be specified using the following code in your header file:

#include "RuntimeInclude.h"
RUNTIME_MODIFIABLE_INCLUDE;

Changing this header will force recompilation of any runtime modifiable code which includes this.