| 5707 | return doOpenFilePopup(L, false); |
| 5708 | } |
| 5709 | static int input_savefilepopup(lua_State *L) |
| 5710 | { |
| 5711 | return doOpenFilePopup(L, true); |
| 5712 | } |
| 5713 | |
| 5714 | // the following bit operations are ported from LuaBitOp 1.0.1, |
| 5715 | // because it can handle the sign bit (bit 31) correctly. |
nothing calls this directly
no test coverage detected