new crosshair + minor refactor

This commit is contained in:
MihailRis
2024-02-14 04:38:34 +03:00
parent 1145267308
commit ef81a024c9
6 changed files with 61 additions and 38 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct DisplaySettings;
struct GLFWmonitor;
enum class blendmode {
normal, addition
normal, addition, inversion
};
class Window {