9 lines
245 B
C
9 lines
245 B
C
#ifndef YAZE_TEST_E2E_FRAMEWORK_SMOKE_TEST_H
|
|
#define YAZE_TEST_E2E_FRAMEWORK_SMOKE_TEST_H
|
|
|
|
#include "imgui_test_engine/imgui_te_context.h"
|
|
|
|
void E2ETest_FrameworkSmokeTest(ImGuiTestContext* ctx);
|
|
|
|
#endif // YAZE_TEST_E2E_FRAMEWORK_SMOKE_TEST_H
|