hedgewars/pas2cSystem.pas
changeset 6854 873929cbd54b
parent 6853 affeaba0af71
child 6855 807156c01475
--- a/hedgewars/pas2cSystem.pas	Tue Apr 03 17:53:33 2012 +0400
+++ b/hedgewars/pas2cSystem.pas	Wed Apr 04 15:05:14 2012 +0400
@@ -94,8 +94,11 @@
     gldeletetextures, glreadpixels : procedure;
 
     TThreadId : function : integer;
-    ThreadSwitch : procedure;
+    BeginThread, ThreadSwitch : procedure;
+    InterlockedIncrement, InterlockedDecrement : procedure;
     
     random : function : integer;
     
     Assigned : function : boolean;
+    
+