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