Add header guards
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#ifndef _FCEU_STR_H
|
||||
#define _FCEU_STR_H
|
||||
|
||||
typedef struct {
|
||||
uint8 *data;
|
||||
uint32 len; /* Not including extra NULL character. */
|
||||
} fceustr;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user