mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added Sys::which.
ecode: Added support for more LSP servers: Kotlin, Nim, Ruby, YAML. Added "Format Document" option in editor's context menu (when available).
This commit is contained in:
@@ -29,7 +29,7 @@ void mainLoop() {
|
||||
}
|
||||
|
||||
// EE_MAIN_FUNC is needed by some platforms to be able to find the real application main
|
||||
EE_MAIN_FUNC int main( int argc, char* argv[] ) {
|
||||
EE_MAIN_FUNC int main( int, char*[] ) {
|
||||
// Create a new window with vsync enabled
|
||||
win = Engine::instance()->createWindow( WindowSettings( 960, 640, "eepp - Empty Window" ),
|
||||
ContextSettings( true ) );
|
||||
|
||||
Reference in New Issue
Block a user