Moved all #include "osg/.." references to #include <osg/..> to aid port to
MacOS.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "osg/Geode"
|
||||
#include <osg/Geode>
|
||||
|
||||
#define square(x) ((x)*(x))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user