2015-04-30 21:03:50 +00:00
|
|
|
#ifndef SERIALIZE_SETUP_H
|
|
|
|
#define SERIALIZE_SETUP_H
|
|
|
|
|
2015-05-01 18:42:14 +00:00
|
|
|
class CommonExampleInterface* SerializeBulletCreateFunc(struct CommonExampleOptions& options);
|
2015-04-30 21:03:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif //SERIALIZE_SETUP_H
|