mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
allow multi-include on some headers
This commit is contained in:
parent
da0cc55643
commit
7bf7acb6d6
5 changed files with 22 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef LIBPICOFE_READPNG_H
|
||||
#define LIBPICOFE_READPNG_H
|
||||
|
||||
typedef enum
|
||||
{
|
||||
READPNG_BG = 1,
|
||||
|
@ -17,3 +20,5 @@ int writepng(const char *fname, unsigned short *src, int w, int h);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // LIBPICOFE_READPNG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue