"Compile Error: Duplicate identifier" says the compiler, but thats imposible, i have this imported files: (parentesis and {} are there for visual help)
-> ("TGamestateGameplay.bmx") is in "T_Boton_Terminar_Nivel.bmx"
->{"T_PantallaEndLevel.bmx"} is in "GameplayObjects.bmx"
-> "GameplayObjects.bmx" is in ("TGamestateGameplay.bmx")
-> The problem is here, if i dont import : "T_Boton_Terminar_Nivel.bmx" in {"T_PantallaEndLevel.bmx"} there is no problem, but when i do the problem arises. I have no duplicate types on different files as the compiler tries to make me believe.
I have spent 3 days in this and i still dont find the problem, please help.
-> ("TGamestateGameplay.bmx") is in "T_Boton_Terminar_Nivel.bmx"
->{"T_PantallaEndLevel.bmx"} is in "GameplayObjects.bmx"
-> "GameplayObjects.bmx" is in ("TGamestateGameplay.bmx")
-> The problem is here, if i dont import : "T_Boton_Terminar_Nivel.bmx" in {"T_PantallaEndLevel.bmx"} there is no problem, but when i do the problem arises. I have no duplicate types on different files as the compiler tries to make me believe.
I have spent 3 days in this and i still dont find the problem, please help.