Add private functions to private interface (allows gcc compile)

This commit is contained in:
cim 2013-12-08 12:45:32 +00:00
parent 63dd78d9dd
commit fe7bf609a9

View File

@ -36,6 +36,9 @@ MA 02110-1301, USA.
- (id) initWithGenSeed:(Random_Seed)characterSeed andOriginalSystemSeed:(Random_Seed)systemSeed; - (id) initWithGenSeed:(Random_Seed)characterSeed andOriginalSystemSeed:(Random_Seed)systemSeed;
- (void) setCharacterFromDictionary:(NSDictionary *)dict; - (void) setCharacterFromDictionary:(NSDictionary *)dict;
- (Random_Seed)originSystemSeed;
- (Random_Seed)genSeed;
@end @end