summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/common.h
blob: 19c71c2a2a5b0fbcc8daca0ce6cf0f704e01c398 (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/math.h>

#include "entry/entry.h"

#endif // COMMON_H_HEADER_GUARD