Unravel Engine C++ Reference
Loading...
Searching...
No Matches
common.h
Go to the documentation of this file.
1/*
2 * Copyright 2011-2023 Branimir Karadzic. All rights reserved.
3 * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
4 */
5
6#ifndef COMMON_H_HEADER_GUARD
7#define COMMON_H_HEADER_GUARD
8
9#include <bx/math.h>
10#include <bx/timer.h>
11
12#include "entry/entry.h"
13
14#endif // COMMON_H_HEADER_GUARD