This commit is contained in:
Isuru Samarathunga
2025-11-08 23:46:47 +05:30
parent 042ff451b1
commit 73d26b2f35
41 changed files with 4348 additions and 532 deletions

View File

@ -14,9 +14,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <UI.hpp>
#include <Editor.hpp>
int main(int argc, char *argv[])
{
return ia::iae::editor::UI::Run(argc, (const char **) argv);
return ia::iae::Editor::Instance().Run(argc, (const char **) argv);
}