mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
14 lines
297 B
C
14 lines
297 B
C
/*
|
|
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
|
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
|
*/
|
|
|
|
#ifndef COMMON_H_HEADER_GUARD
|
|
#define COMMON_H_HEADER_GUARD
|
|
|
|
#include <bx/timer.h>
|
|
#include <bx/fpumath.h>
|
|
|
|
#include "entry/entry.h"
|
|
|
|
#endif // COMMON_H_HEADER_GUARD
|