eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
This commit is contained in:
parent
43cb068d53
commit
10148ae00b
11 changed files with 18 additions and 18 deletions
|
|
@ -22,10 +22,10 @@ Authors:
|
|||
# ifndef __EOSERIAL_HEADERS__
|
||||
# define __EOSERIAL_HEADERS__
|
||||
|
||||
# include "Object.h"
|
||||
# include "SerialObject.h"
|
||||
# include "Serializable.h"
|
||||
# include "Array.h"
|
||||
# include "Object.h"
|
||||
# include "SerialArray.h"
|
||||
# include "SerialObject.h"
|
||||
# include "String.h"
|
||||
# include "Parser.h"
|
||||
# include "Utils.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue