mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-18 04:53:07 +01:00
Added header guard.
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
* License: https://github.com/bkaradzic/bimg#license-bsd-2-clause
|
||||
*/
|
||||
|
||||
#ifndef BIMG_P_H_HEADER_GUARD
|
||||
#define BIMG_P_H_HEADER_GUARD
|
||||
|
||||
#include <bimg/bimg.h>
|
||||
#include <bx/allocator.h>
|
||||
#include <bx/readerwriter.h>
|
||||
@@ -80,3 +83,5 @@ namespace bimg
|
||||
);
|
||||
|
||||
} // namespace bimg
|
||||
|
||||
#endif // BIMG_P_H_HEADER_GUARD
|
||||
|
||||
Reference in New Issue
Block a user