mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-10 11:05:22 +02:00
New stuff
This commit is contained in:
2
src/imgui/imutils.h
Normal file
2
src/imgui/imutils.h
Normal file
@ -0,0 +1,2 @@
|
||||
#pragma once
|
||||
#define IS_IN_AREA(pos, min, max) (pos.x >= min.x && pos.x < max.x && pos.y >= min.y && pos.y < max.y)
|
7762
src/imgui/stb_image.h
Normal file
7762
src/imgui/stb_image.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user