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
examples/00-helloworld

View file

@ -3,12 +3,12 @@
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include "../common/common.h"
#include "common.h"
#include <bgfx.h>
#include "../common/entry.h"
#include "../common/dbg.h"
#include "../common/processevents.h"
#include "entry.h"
#include "dbg.h"
#include "processevents.h"
int _main_(int /*_argc*/, char** /*_argv*/)
{