forked from github/server
18 lines
136 B
C
18 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef FLYINGSHIP_H
|
||
|
#define FLYINGSHIP_H
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|