Changes

Jump to: navigation, search

Project A2 20141 - OOP344

198 bytes added, 16:49, 7 March 2014
Spec Code Changes: Added section on cfg.h
= Spec Code Changes =
== cfg.h ==
* Instead of #defining NULL in cfg.h, instead '''#include &lt;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 ===

Navigation menu