Skip to content

Commit

Permalink
Changed the ImGuiInstance version as well as the datatype of the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AKMaily committed Aug 30, 2024
1 parent f49042f commit 8017e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ImGuiInstance
2 changes: 1 addition & 1 deletion src/imagesHeader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifndef IMAGES_HEADER_HPP
#define IMAGES_HEADER_HPP

unsigned char AutoInternLogo_png[] = {
inline constexpr unsigned char AutoInternLogo_png[] = {
0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, 0x00, 0x01,
0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0xff, 0xdb, 0x00, 0x43,
0x00, 0x07, 0x05, 0x05, 0x06, 0x05, 0x04, 0x07, 0x06, 0x06, 0x06, 0x08,
Expand Down

0 comments on commit 8017e76

Please sign in to comment.