shithub: cstory

Download patch

ref: f687c5f68b18077acb4762df4f75170f619a006c
parent: 867af9f090a0c7bcf970d8c891e483bf0a3d74a6
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 22 18:50:27 EST 2020

Remove the RGB macro

This is a leftover part of the window.h emulator in that got moved to
the portable branch

--- a/src/Draw.h
+++ b/src/Draw.h
@@ -2,10 +2,6 @@
 
 #include "WindowsWrapper.h"
 
-#ifndef RGB
-#define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16))
-#endif
-
 extern RECT grcGame;
 extern RECT grcFull;