hedgewars/PascalExports.pas
changeset 5125 715cf3f2b342
parent 4939 6d512ba87f72
child 5166 d1eb1560b4d5
--- a/hedgewars/PascalExports.pas	Fri Apr 08 11:40:18 2011 +0200
+++ b/hedgewars/PascalExports.pas	Fri Apr 08 13:42:25 2011 +0200
@@ -19,7 +19,14 @@
 {$INCLUDE "options.inc"}
 
 unit PascalExports;
-
+(*
+ * If the engine is compiled as library this unit will export functions
+ * as C declarations for convenient library usage in your application and
+ * language of choice.
+ *
+ * See also: C declarations on wikipedia
+ *           http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
+ *)
 interface
 uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils,
      uCommands, uMobile;