mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
14 lines
304 B
C
14 lines
304 B
C
/*
|
|
* Copyright 2011-2016 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
|