diff --git a/rlutil.h b/rlutil.h index 20e4028..1120ab0 100644 --- a/rlutil.h +++ b/rlutil.h @@ -1,4 +1,6 @@ #pragma once +#ifndef RLUTIL_H +#define RLUTIL_H /** * File: rlutil.h * @@ -726,3 +728,5 @@ struct CursorHider { } // namespace rlutil #endif + +#endif // RLUTIL_H