zengine/engine/src/editor/window/editor_main_window.cpp

9 lines
168 B
C++
Raw Normal View History

2024-12-26 11:40:41 +08:00
#include "editor/window/editor_main_window.h"
namespace api {
void EditorMainWindow::InitializeComponent()
{
for (int i = 0; i < 1000; i++) {
int j = 1;
}
}
}