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:
matusz 2009-04-06 16:42:02 +00:00
parent 568682a3f0
commit cdef916569
2 changed files with 878 additions and 878 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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];