GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
input.h
Go to the documentation of this file.
1
7#ifndef __GF_TYPE_INPUT_H__
8#define __GF_TYPE_INPUT_H__
9
10#include <gf_pre.h>
11#include <gf_macro.h>
12
13#ifdef GF_EXPOSE_INPUT
14/* External library */
15
16/* Engine */
17#include <gf_type/draw.h>
18#include <gf_type/core.h>
19
20/* Standard */
21#else
22#endif
23
24#endif
Type definitions related to core.
Type definitions related to drawing interface.
Required headers before anything.