protot/3rdparty/bgfx/examples/common/common.h

15 lines
301 B
C
Raw Normal View History

2016-08-29 22:31:11 +02:00
/*
2018-02-03 17:39:28 +01:00
* Copyright 2011-2018 Branimir Karadzic. All rights reserved.
2016-08-29 22:31:11 +02:00
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#ifndef COMMON_H_HEADER_GUARD
#define COMMON_H_HEADER_GUARD
#include <bx/timer.h>
2018-02-03 17:39:28 +01:00
#include <bx/math.h>
2016-08-29 22:31:11 +02:00
#include "entry/entry.h"
#endif // COMMON_H_HEADER_GUARD