There are several assets missing from the gfx folder that are used in main.cpp:
#include "icon_flp_raw.h"
#include "icon_select_raw.h"
#include "icon_play_raw.h"
#include "icon_pause_raw.h"
#include "icon_move_raw.h"
#include "icon_save_raw.h"
#include "icon_load_raw.h"
#include "play_raw.h"
#include "del_raw.h"
They seem to be completely missing in both PNG and RAW formats.
Also, there is at least one missing class: TobKit::PPLoadDialog, which may be related to 0xtob/tobkit#3
There are several assets missing from the
gfxfolder that are used inmain.cpp:They seem to be completely missing in both PNG and RAW formats.
Also, there is at least one missing class:
TobKit::PPLoadDialog, which may be related to 0xtob/tobkit#3