2020-04-28 11:58:42 +02:00
|
|
|
#pragma once
|
2022-01-14 05:40:41 +01:00
|
|
|
/*
|
|
|
|
Copyright 2018 Eric Gebhart <e.a.gebhart@gmail.com>
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
2018-06-08 19:06:25 +02:00
|
|
|
|
|
|
|
#ifndef ericgebhart
|
|
|
|
#define ericgebhart
|
|
|
|
|
2022-11-12 00:09:41 +01:00
|
|
|
#include "layer_names.h"
|
2018-06-08 19:06:25 +02:00
|
|
|
|
2022-11-12 00:09:41 +01:00
|
|
|
#ifdef CONSOLE_ENABLE
|
|
|
|
#include "print.h"
|
|
|
|
#endif
|
2018-06-08 19:06:25 +02:00
|
|
|
|
|
|
|
#endif
|