This commit is contained in:
Basile Burg 2014-11-27 15:32:39 +01:00
parent 3996b4d11d
commit be340d4f20
2 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,20 @@
module runnable;
import std.stdio;
void main(string args[])
{
if(true){
// region start ----+
}
// region end ----
}

View File

@ -64,8 +64,6 @@ begin
end;
destructor TLibraryManager.destroy;
var
fName: string;
begin
forceDirectory(getDocPath);
LibMan.saveToFile(getDocPath + libFname);