Rename a file to prevent conflicts

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-04-15 17:58:44 +02:00 committed by Filipe Coelho
parent a6a83f3dae
commit df0f1ac1db
10 changed files with 21 additions and 19 deletions

View file

@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -18,7 +18,7 @@
#pragma once
#include "NanoVG.hpp"
#include "PluginContext.hpp"
#include "CardinalPluginContext.hpp"
#include "WindowParameters.hpp"
#include <widget/Widget.hpp>

View file

@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -30,7 +30,7 @@
#include <engine/Engine.hpp>
#include <ui/common.hpp>
#include "PluginContext.hpp"
#include "CardinalPluginContext.hpp"
#include "extra/ScopedValueSetter.hpp"
#define CARDINAL_TEMPLATE_NAME "init/main.vcv"