bgfx/examples/common/common.h

15 lines
300 B
C
Raw Normal View History

2013-05-19 09:12:40 +04:00
/*
2023-01-14 21:05:12 +03:00
* Copyright 2011-2023 Branimir Karadzic. All rights reserved.
2022-01-15 22:59:06 +03:00
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
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