From 3eff120cfffbd6b9285208a02269927235d59693 Mon Sep 17 00:00:00 2001 From: martincohen Date: Mon, 2 Sep 2019 12:08:51 +0200 Subject: ifdef guards --- sokol_args.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sokol_args.h') diff --git a/sokol_args.h b/sokol_args.h index 6cc87531..3d11d981 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -1,4 +1,4 @@ -#pragma once +#ifndef SOKOL_ARGS_INCLUDED /* sokol_args.h -- cross-platform key/value arg-parsing for web and native @@ -295,6 +295,7 @@ SOKOL_API_DECL const char* sargs_value_at(int index); #ifdef __cplusplus } /* extern "C" */ #endif +#endif // SOKOL_ARGS_INCLUDED /*--- IMPLEMENTATION ---------------------------------------------------------*/ #ifdef SOKOL_IMPL -- cgit v1.2.3