mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-30 13:52:26 +00:00
7 lines
198 B
Rust
7 lines
198 B
Rust
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
emerald_legacy_launcher_lib::run()
|
|
}
|