diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2026-01-26 07:20:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 21:20:02 -0800 |
| commit | be3efedee34194f88845a5f4413096812ac22dfd (patch) | |
| tree | 1854cbfd96ede36fe12c1e26862cb2c7882f8414 /src/JSystem/JStudio/JStudioPreviewer/control.cpp | |
| parent | 7883248acc883990c869d0b8b855283207340519 (diff) | |
Work on d_jdpreviwer (#3067)
Diffstat (limited to 'src/JSystem/JStudio/JStudioPreviewer/control.cpp')
| -rw-r--r-- | src/JSystem/JStudio/JStudioPreviewer/control.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/JSystem/JStudio/JStudioPreviewer/control.cpp b/src/JSystem/JStudio/JStudioPreviewer/control.cpp index e69de29bb2..e04e7e50eb 100644 --- a/src/JSystem/JStudio/JStudioPreviewer/control.cpp +++ b/src/JSystem/JStudio/JStudioPreviewer/control.cpp @@ -0,0 +1,8 @@ +#include "JSystem/JSystem.h" // IWYU pragma: keep + +#include "JSystem/JStudio/JStudio_JPreviewer/control.h" + + +JStudioPreviewer::TControl::TControl() : JOREventCallbackListNode(0xc0000000,0xc00000ff,false) { + +} |
