Yo another question
I´ve got the idea to use .c dates as plug-ins for my game. In the main game (compiled as .wrs) I include a plugin.c and in the plugin.c I include other .c dates as a kind of plugins
Can I make this and will be the include commands will be included or will it not work?
----
Yo,
ich habe die Idee entwickelt, .c Dateien als eine Art Plug-Ins zu verwenden. Dabei gebe ich einen #include <plugin.c> skript in meinen Hauptcode (Compilt als .wrs) Datei und in der plugin.c gebe ich weitere include Befehle ein. Würde das Programm dann diese .c Dateien mit einbeziehen oder funktioniert das nicht, wie ich es mir so vorstelle