changeset 7850 | fcbb024090a4 |
parent 7816 | a25e943dd4b0 |
child 8279 | c03d64969112 |
--- a/hedgewars/uVideoRec.pas Sun Oct 28 04:00:07 2012 +0100 +++ b/hedgewars/uVideoRec.pas Sun Oct 28 04:28:39 2012 +0100 @@ -49,6 +49,7 @@ procedure StopPreRecording; procedure SaveCameraPosition; +procedure initModule; procedure freeModule; implementation @@ -366,6 +367,10 @@ BlockWrite(cameraFile, frame, 1); end; +procedure initModule; +begin +end; + procedure freeModule; begin if flagPrerecording then