Remove copyright notice from template I used
This commit is contained in:
parent
f2961a006b
commit
a69d25e542
12
src/main.cpp
12
src/main.cpp
|
@ -1,15 +1,3 @@
|
||||||
/*******************************************************************************************
|
|
||||||
*
|
|
||||||
* raylib-extras [ImGui] example - Docking example
|
|
||||||
*
|
|
||||||
* This is an example of using the ImGui docking features that are part of docking branch
|
|
||||||
* You must replace the default imgui with the code from the docking branch for this to work
|
|
||||||
* https://github.com/ocornut/imgui/tree/docking
|
|
||||||
*
|
|
||||||
* Copyright (c) 2024 Jeffery Myers
|
|
||||||
*
|
|
||||||
********************************************************************************************/
|
|
||||||
|
|
||||||
#include "mpris_connection.hpp"
|
#include "mpris_connection.hpp"
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
Loading…
Reference in a new issue