[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaFileSystem 1.0 Beta
- From: David Burgess <dburgess@...>
- Date: Thu, 11 Nov 2004 09:06:31 +1000
Whilst I understand the logic of putting Lua headers in the <> , I
think this makes some rather heavy presumptions about how people Lua
are using
Lua (especially Win32).
I much prefer (and I think it is more appropriate for an addon package) that the
quoted form is used. More to the point, the mix of conventions from
the kepler project is a potential problem.
from ifc.c -
> #include <lua.h>
> #include <lauxlib.h>
> #include <lualib.h>
> #include <compat-5.1.h>
--
DB