Skip to content

Commit

Permalink
run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 committed Jan 7, 2025
1 parent af82cca commit ee112d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/window/Window.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class Window {
virtual void SetCurrentDimensions(uint32_t width, uint32_t height) = 0;
virtual void SetCurrentDimensions(uint32_t width, uint32_t height, int32_t posX, int32_t posY) = 0;
virtual void SetCurrentDimensions(bool isFullscreen, uint32_t width, uint32_t height) = 0;
virtual void SetCurrentDimensions(bool isFullscreen, uint32_t width, uint32_t height, int32_t posX, int32_t posY) = 0;
virtual void SetCurrentDimensions(bool isFullscreen, uint32_t width, uint32_t height, int32_t posX,
int32_t posY) = 0;
virtual WindowRect GetPrimaryMonitorRect() = 0;
virtual int32_t GetPosX() = 0;
virtual int32_t GetPosY() = 0;
Expand Down

0 comments on commit ee112d9

Please sign in to comment.