Work on d_jdpreviwer (#3067)

This commit is contained in:
hatal175
2026-01-26 07:20:02 +02:00
committed by GitHub
parent 7883248acc
commit be3efedee3
7 changed files with 160 additions and 3 deletions
+4
View File
@@ -8,6 +8,10 @@
#include "f_op/f_op_scene_mng.h"
#include "m_Do/m_Do_hostIO.h"
#if DEBUG
#pragma nosyminline on
#endif
static int fopScn_Draw(scene_class* i_this) {
int ret = fpcNd_DrawMethod((nodedraw_method_class*)i_this->submethod, i_this);
return ret;