Files
itgmania212121/stepmania
Vecais Dumais Laacis bc9e030722 really thin Lua wrapper for RageFile
maybe not the best way but so far thats only one i could find which works

usage:

local f = RageFileUtil.CreateRageFile();

if f:Open("test.txt", 2) then -- 2 means write, 1 - read (from RageFile.h) maybe those need some lua enum?
        f:PutLine("test text line");
        f:Close();
end;
f:destroy();
2007-03-11 21:24:50 +00:00
..
2007-02-25 09:19:54 +00:00
2006-10-17 08:58:26 +00:00
2007-02-13 22:03:31 +00:00
2007-03-10 14:06:33 +00:00
vc8
2007-03-07 20:19:55 +00:00
2007-03-11 21:24:50 +00:00
2007-02-01 20:59:19 +00:00
2007-01-24 04:41:18 +00:00
2007-02-11 00:50:42 +00:00