mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-29 05:50:58 +00:00
10 lines
189 B
C
10 lines
189 B
C
![]() |
#ifndef __C_BINDINGS_H__
|
||
|
#define __C_BINDINGS_H__
|
||
|
|
||
|
#include "doomtype.h"
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void C_DoKey (int key, boolean up);
|
||
|
void C_ArchiveBindings (FILE *f);
|
||
|
|
||
|
#endif //__C_BINDINGS_H__
|