bgfx/examples/common/common.h

10 lines
203 B
C
Raw Normal View History

2013-05-19 01:12:40 -04:00
/*
2014-02-11 01:07:04 -05:00
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
2013-05-19 01:12:40 -04:00
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
2014-05-03 18:18:28 -04:00
#include <bx/timer.h>
2014-05-26 22:31:37 -04:00
#include <bx/fpumath.h>
2014-05-03 18:18:28 -04:00
#include "entry/entry.h"