Code style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef BMPPP_EXEC_BMPHEADER_H
|
||||
#define BMPPP_EXEC_BMPHEADER_H
|
||||
#ifndef BMPPP_BMPHEADER_H
|
||||
#define BMPPP_BMPHEADER_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
@@ -93,6 +93,7 @@ namespace Leonetienne::BmpPP {
|
||||
return;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif //BMPPP_EXEC_BMPHEADER_H
|
||||
#endif //BMPPP_BMPHEADER_H
|
||||
|
@@ -196,4 +196,5 @@ namespace Leonetienne::BmpPP {
|
||||
// Done.
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -121,4 +121,5 @@ namespace Leonetienne::BmpPP {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -2,12 +2,14 @@
|
||||
#define BMPPP_COLORMODES_H
|
||||
|
||||
namespace Leonetienne {
|
||||
|
||||
namespace BmpPP {
|
||||
enum class Colormode {
|
||||
RGB,
|
||||
RGBA
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif //BMPPP_COLORMODES_H
|
||||
|
Reference in New Issue
Block a user