../../code header path oversight fixed
|
@ -34,5 +34,5 @@ declare -a headers=("fast_atof.h"
|
|||
|
||||
for i in "${headers[@]}"
|
||||
do
|
||||
find . -type f -exec sed -i "s,\"code/$i\",<assimp/$i>,g" {} \;
|
||||
find . -type f -exec sed -i "s,\"../../code/$i\",<assimp/$i>,g" {} \;
|
||||
done
|
||||
|
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
@ -70,7 +70,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
|
||||
#include "../../code/MaterialSystem.h" // aiMaterial class
|
||||
#include "../../code/StringComparison.h" // ASSIMP_stricmp and ASSIMP_strincmp
|
||||
#include <assimp/StringComparison.h> // ASSIMP_stricmp and ASSIMP_strincmp
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |