init commit

This commit is contained in:
2025-11-15 14:14:20 +08:00
commit 0e48af235d
13 changed files with 196 additions and 0 deletions

12
Editor/Editor/Editor.cpp Normal file
View File

@ -0,0 +1,12 @@
//
// Created by sfd on 25-11-15.
//
#include "Editor.h"
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
}

10
Editor/Editor/Editor.h Normal file
View File

@ -0,0 +1,10 @@
//
// Created by sfd on 25-11-15.
//
#ifndef EDITOR_H
#define EDITOR_H
#endif //EDITOR_H