1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/internal/source/embedded.cpp
2023-12-18 15:46:30 +00:00

11 lines
185 B
C++

#include <stdint.h>
#include <string.h>
#include "../c/libqb.h"
#include "../c/libqb/include/compression.h"
qbs *func__embedded(qbs *handle)
{
return qbs_new_txt("");
}