I'd like to split a type over several files - with different sets of methods in different files.
But I get this error on compile: "Compile Error: Syntax error in user defined type declaration"
I thought include was a preprocessor which copies the text from the other files into place? Is there no way around this problem?
Type A include "A animation methods.bmx" include "A etc methods.bmx"... End Type
But I get this error on compile: "Compile Error: Syntax error in user defined type declaration"
I thought include was a preprocessor which copies the text from the other files into place? Is there no way around this problem?