agauniyal / rang

A Minimal, Header only Modern c++ library for terminal goodies 💄✨
https://agauniyal.github.io/rang/
The Unlicense
1.5k stars 144 forks source link

i want separated file,.h and .cpp #135

Open fgfxf opened 1 year ago

fgfxf commented 1 year ago

i want two separated file,.h and .cpp

zethon commented 1 year ago

This is a header-only library. If you need separate implementation and definition files then you should probably fork this project and do it yourself.