Commit Graph
4 Commits
Author SHA1 Message Date
Riyyi a217475d42 Util: Avoid assigning variable by passing to the initialization list
When an object of a class is created, the constructors of all member
variables are called consecutively in the order the variables are
declared, even if you don't explicitly write them to the initialization
list.
2021-09-13 00:20:38 +02:00
Riyyi 2b2bd7ff78 Util: Add fancyprint function 2021-09-05 20:59:45 +02:00
Riyyi f6ce86dba7 Util: Fix typo in timer 2021-09-05 20:59:17 +02:00
Riyyi 86aeae3c8e Util: Add timer class 2021-09-05 19:08:07 +02:00