unify eols in saves.cpp and saves.h
setting svn:eol-style to native for saves.cpp and saves.h
This commit is contained in:
parent
568682a3f0
commit
cdef916569
File diff suppressed because it is too large
Load Diff
|
@ -34,19 +34,19 @@ typedef struct
|
|||
} savestates_t;
|
||||
|
||||
|
||||
struct SFORMAT
|
||||
{
|
||||
//a string description of the element
|
||||
const char *desc;
|
||||
|
||||
//the size of each element
|
||||
u32 size;
|
||||
|
||||
//the number of each element
|
||||
u32 count;
|
||||
|
||||
//a void* to the data or a void** to the data
|
||||
void *v;
|
||||
struct SFORMAT
|
||||
{
|
||||
//a string description of the element
|
||||
const char *desc;
|
||||
|
||||
//the size of each element
|
||||
u32 size;
|
||||
|
||||
//the number of each element
|
||||
u32 count;
|
||||
|
||||
//a void* to the data or a void** to the data
|
||||
void *v;
|
||||
};
|
||||
|
||||
extern savestates_t savestates[NB_STATES];
|
||||
|
|
Loading…
Reference in New Issue