ID:270972
Nov 24 2006, 9:31 pm
|
|
Problem description: I wasn't quite sure where to put this so I put it here. Well, anyway, I tried to add Deadron's Character Handling lib to my game and I got this error message. Error:/:not a prototype. What is that supposed to mean? I have never come across this error before by adding other libs. |
Nov 25 2006, 1:26 am
|
|
You can double-click the error to goto the line that the error was found at. Always include this line when you ask for help, since I don't know what the error is caused by right now.
|
In response to Android Data
|
|
The main thing is, the error isn't where it says it is. I can tell because it says the error is here when I haven't touched this line for a while before the error occurred. #include "SavingChars.dm". But it came around when I added this. #include <deadron/characterhandling>
|