pawbyte / SDL2_RenderParty

A simple library of extending the current functionality of SDL2 without having to change your includes. Currently supporting RenderQuads, RenderPolygons and more! It's a party a SDL2 Render Party!
MIT License
14 stars 1 forks source link

Seeking Code Review Feedback #1

Open nhurde opened 5 months ago

nhurde commented 5 months ago

Please comment below for any changes for next version you may see within the single header file.

FtZPetruska commented 5 months ago

After giving it a quick look, here's a list of things in no particular order.

Do this:
      #define MYLIB_IMPLEMENTATION
   before you include this file in *one* C or C++ file to create the implementation.