bgfx/examples/common/common.h

15 lines
301 B
C
Raw Normal View History

2013-05-19 09:12:40 +04:00
/*
2018-01-01 22:16:06 +03:00
* Copyright 2011-2018 Branimir Karadzic. All rights reserved.
2016-01-01 11:11:04 +03:00
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2013-05-19 09:12:40 +04:00
*/
#ifndef COMMON_H_HEADER_GUARD
#define COMMON_H_HEADER_GUARD
2014-05-04 02:18:28 +04:00
#include <bx/timer.h>
2017-07-16 07:01:08 +03:00
#include <bx/math.h>
2014-05-04 02:18:28 +04:00
#include "entry/entry.h"
#endif // COMMON_H_HEADER_GUARD