From 16dae3ea063ae134b8b87ca199575e904dfbb7d4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 8 Dec 2021 15:52:15 +0100 Subject: Fluid: restructuring and commenting. tl;dr : making Fluid maintainable, no changes in code execution and logic. This is a pretty extensive restructuring of the Fluid source tree. It was neccessary because source and header files were getting much too big to handle. Many source files had no header, and many headers declared functions that were in diffrent source files. Reorganized much of the include statements. Added comments to some of the files. Added Doxygen configuration file for standalone Fluid docs. Tested everything by rebuilding Fluid .fl designs with the resorted version of Fluid. --- fluid/Fluid_Image.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fluid/Fluid_Image.h') diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index 7020c14f6..99b06d218 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -19,10 +19,9 @@ // #ifndef FLUID_IMAGE_H -# define FLUID_IMAGE_H - -# include +#define FLUID_IMAGE_H +#include class Fluid_Image { const char *name_; -- cgit v1.2.3