Added include path to common. Renamed math to fpumath.

This commit is contained in:
bkaradzic
2013-05-23 22:07:54 -07:00
parent fc9dc6a3cd
commit 18f2e82362
18 changed files with 113 additions and 113 deletions

View File

@@ -3,15 +3,15 @@
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include "../common/common.h"
#include "common.h"
#include <bgfx.h>
#include <bx/timer.h>
#include <bx/readerwriter.h>
#include <bx/string.h>
#include "../common/dbg.h"
#include "../common/math.h"
#include "../common/aviwriter.h"
#include "dbg.h"
#include "fpumath.h"
#include "aviwriter.h"
#include <inttypes.h>
#include <stdio.h>