🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Forward declarations

Started by
1 comment, last by DevilWithin 9 years, 11 months ago

Is there any chance (or did I miss it somehow?) that angel script could support forward declaration?

Like defining classes in a different place from the declaration:

class A

{

void helloWorld();

}

void A::helloWorld()

{

}

Is something like this going to happen?

Advertisement

This is on my to-do list. But to be quite honest: It is very low on my priority.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

That's absolutely okay, I can live with a "in the future" :)

This topic is closed to new replies.

Advertisement