/Everything

When doing development and you need a library, just use them all.

Primary LanguageC++

Everything.h

This is the header file if you run the following command

find / -name '*.h' -exec echo \#include \"'{}'\" \; > everything.h

All credit goes to reddit user jarfil for making the script, I just ran it.

Anytime you need to use a library, just use them all and dont think about it.

Seriously, just dont think about it.