1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-28 11:17:47 +00:00

Update libqb.h

this fixes PR #185
This commit is contained in:
chlorophyll-zz 2021-09-02 14:45:10 +02:00 committed by GitHub
parent 6c403db7f2
commit fcb714133b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,4 +68,6 @@
extern qbs *qbs_lcase(qbs *str);
extern qbs *qbs_ucase(qbs *str);
using namespace std;
#endif