1
0

Ajout des derniers changements dans le changelog

Cette révision appartient à :
erba
2026-02-01 22:58:58 +01:00
Parent 66f5a94b16
révision 406687f809
6 fichiers modifiés avec 161 ajouts et 55 suppressions

Voir le fichier

@@ -15,7 +15,6 @@
#include "modulations.h"
#include "application.h"
static void showApplicationQuitMenu()
{
if (ImGui::BeginMenu(APPLICATION_MENU_HEAD))
@@ -37,13 +36,6 @@ int main(void)
Application app;
Application * p_app = &app;
// --------------------- SDL INIT ---------------------
if (!SDL_Init(SDL_INIT_VIDEO))
{
fprintf(stdout, "SDL init error: %s\n", SDL_GetError());
return -1;
}
Engine engine;
// -----------------IMGUI INIT---------------------------