Using external languages

There are two methods to use the engine with other languages like C++, Basic, or Delphi. You can either write an engine plug-in DLL in a different language. Or you can use the engine DLL itself (acknex.dll) as a game function library for your own projects. Both methods are described in the following chapters.