subrast example

This commit is contained in:
aap
2021-03-03 16:43:20 +01:00
parent d13bd898fe
commit 47487afc04
12 changed files with 1065 additions and 53 deletions

View File

@ -47,6 +47,8 @@ InitRW(void)
if(!rw::Engine::start())
return false;
rw::Charset::open();
rw::Image::setSearchPath("./");
return true;
}
@ -54,6 +56,8 @@ InitRW(void)
void
TerminateRW(void)
{
rw::Charset::close();
// TODO: delete all tex dicts
rw::Engine::stop();
rw::Engine::close();