Permalink
Please sign in to comment.
Browse files
Renaming lua files so that the IDE can compile them as C++ files.
- Loading branch information...
Showing
with
0 additions
and 0 deletions.
- 0 src/lua/{lapi.c → lapi.cpp}
- 0 src/lua/{lauxlib.c → lauxlib.cpp}
- 0 src/lua/{lbaselib.c → lbaselib.cpp}
- 0 src/lua/{lcode.c → lcode.cpp}
- 0 src/lua/{ldblib.c → ldblib.cpp}
- 0 src/lua/{ldebug.c → ldebug.cpp}
- 0 src/lua/{ldo.c → ldo.cpp}
- 0 src/lua/{ldump.c → ldump.cpp}
- 0 src/lua/{lfunc.c → lfunc.cpp}
- 0 src/lua/{lgc.c → lgc.cpp}
- 0 src/lua/{linit.c → linit.cpp}
- 0 src/lua/{liolib.c → liolib.cpp}
- 0 src/lua/{llex.c → llex.cpp}
- 0 src/lua/{lmathlib.c → lmathlib.cpp}
- 0 src/lua/{lmem.c → lmem.cpp}
- 0 src/lua/{loadlib.c → loadlib.cpp}
- 0 src/lua/{lobject.c → lobject.cpp}
- 0 src/lua/{lopcodes.c → lopcodes.cpp}
- 0 src/lua/{loslib.c → loslib.cpp}
- 0 src/lua/{lparser.c → lparser.cpp}
- 0 src/lua/{lstate.c → lstate.cpp}
- 0 src/lua/{lstring.c → lstring.cpp}
- 0 src/lua/{lstrlib.c → lstrlib.cpp}
- 0 src/lua/{ltable.c → ltable.cpp}
- 0 src/lua/{ltablib.c → ltablib.cpp}
- 0 src/lua/{ltm.c → ltm.cpp}
- 0 src/lua/{lua.c → lua.cpp}
- 0 src/lua/{luac.c → luac.cpp}
- 0 src/lua/{lundump.c → lundump.cpp}
- 0 src/lua/{lvm.c → lvm.cpp}
- 0 src/lua/{lzio.c → lzio.cpp}
- 0 src/lua/{print.c → print.cpp}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 comments on commit
bb07eac