summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/common.h
blob: c15209bbc9459244f7cac79484db2627f5f95e51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
 * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 */

#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