15 lines
304 B
C
15 lines
304 B
C
/*
|
|
* Copyright 2011-2017 Branimir Karadzic. All rights reserved.
|
|
* License: https://github.com/bkaradzic/bgfx#license-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
|