added an #include <stdlib.h> to fix this:
KX_RayCast.h:92: error: `NULL' was not declared in this scope Kent
This commit is contained in:
parent
727a056de4
commit
b0ece214d9
@ -31,6 +31,8 @@
|
||||
* KX_MouseFocusSensor determines mouse in/out/over events.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "KX_RayCast.h"
|
||||
|
||||
#include "MT_Point3.h"
|
||||
|
Loading…
Reference in New Issue
Block a user