1
edit
Changes
→Spec Code Changes: Added section on cfg.h
= Spec Code Changes =
== cfg.h ==
* Instead of #defining NULL in cfg.h, instead '''#include <cstdlib>''' at the top of cfg.h. eg:<br/>
<pre>
#ifndef __CFG_H__
#define __CFG_H__
#include <cstdlib>
...
#endif
</pre>
== CFrame ==
=== Functions to be removed ===