diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-16 14:55:48 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-16 14:55:48 +0100 |
| commit | 3b11b9d4f3eee5faa656d7ee61077e80726bdc36 (patch) | |
| tree | 7817c036843c18eac0012298ec7808d795411f58 /src/binres/binres.cpp | |
| parent | b7667d1d40045ecd840b9b192c2740e5f83e7eba (diff) | |
Improve openings database code
Diffstat (limited to 'src/binres/binres.cpp')
| -rw-r--r-- | src/binres/binres.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} + |
