summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/common.h
blob: 3e80ee67ff2349fdadc23dfd5b5f0cb10d51d53d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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