diff options
| author | martincohen <m@coh.io> | 2019-09-02 12:08:51 +0200 |
|---|---|---|
| committer | martincohen <m@coh.io> | 2019-09-02 12:08:51 +0200 |
| commit | 3eff120cfffbd6b9285208a02269927235d59693 (patch) | |
| tree | ea32d83184a7f66ee52722d5e1977757707a13cd /sokol_app.h | |
| parent | d476a22a51f195976fb6a61a449603125b8cbb9f (diff) | |
ifdef guards
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index f33db9b1..86e7a9e0 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -1,4 +1,4 @@ -#pragma once +#ifndef SOKOL_APP_INCLUDED /* sokol_app.h -- cross-platform application wrapper @@ -794,6 +794,7 @@ SOKOL_API_DECL const void* sapp_android_get_native_activity(void); #ifdef __cplusplus } /* extern "C" */ #endif +#endif // SOKOL_APP_INCLUDED /*-- IMPLEMENTATION ----------------------------------------------------------*/ #ifdef SOKOL_IMPL |