9 lines
249 B
C
9 lines
249 B
C
#ifndef YAZE_TEST_E2E_CANVAS_SELECTION_TEST_H
|
|
#define YAZE_TEST_E2E_CANVAS_SELECTION_TEST_H
|
|
|
|
#include "imgui_test_engine/imgui_te_context.h"
|
|
|
|
void E2ETest_CanvasSelectionTest(ImGuiTestContext* ctx);
|
|
|
|
#endif // YAZE_TEST_E2E_CANVAS_SELECTION_TEST_H
|