• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling error while compiling

poliwag

New Member
Joined
Dec 10, 2011
Messages
40
Reaction score
1
hello i got error while compiling

its the line of error
uint64_t Creature::getGainedExperience(Creature* attacker) const

and error:

1059 D:\nowy - Kopia\creature.cpp prototype for 'uint64_t Creature::getGainedExperience(Creature*) const' does not match any in class 'Creature'
293 D:\nowy - Kopia\creature.h virtual uint64_t Creature::getGainedExperience(Creature*, bool) const
293 D:\nowy - Kopia\creature.h *** [../creature.o] Error 1
 
Back
Top