linux fixes, bugfixes, comments

This commit is contained in:
Irlan Robson
2016-12-21 19:15:43 -02:00
parent 1672673839
commit 81f744b805
149 changed files with 2371 additions and 3413 deletions

View File

@ -19,7 +19,7 @@
#ifndef DEBUG_DRAW_H
#define DEBUG_DRAW_H
#include <bounce\bounce.h>
#include <bounce/bounce.h>
#include "mat44.h"
struct DrawPoints;

View File

@ -19,7 +19,7 @@
#ifndef MAT44_H
#define MAT44_H
#include <bounce\bounce.h>
#include <bounce/bounce.h>
struct Vec4
{