From 3b11b9d4f3eee5faa656d7ee61077e80726bdc36 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 16 Jan 2023 14:55:48 +0100 Subject: Improve openings database code --- src/binres/binres.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/binres/binres.cpp') diff --git a/src/binres/binres.cpp b/src/binres/binres.cpp index 14a2077..93d7f5b 100644 --- a/src/binres/binres.cpp +++ b/src/binres/binres.cpp @@ -23,4 +23,5 @@ wxBitmap LoadPNG(std::string icon) { return (wxBITMAP_PNG(mat)); } return (wxNullBitmap); -} \ No newline at end of file +} + -- cgit v1.2.3