1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-18 22:04:48 +00:00
QB64-PE/internal/c/parts/user_mods/include/luke_mods.h
Galleon 56228a8c23 Make function _CWD$ part of QB64's core
Implemented _STARTDIR$ function
2015-03-25 03:14:53 -07:00

5 lines
166 B
C

/* Routines by Luke
* The actual code is in luke_mods.cpp
* Write me at <flukiluke@gmail.com> if I broke something
*/
void sub__keyclear(int32 buf, int32 passed);