Add example for classic singleton

This commit is contained in:
2021-05-11 12:21:03 -04:00
parent 248e48d5c9
commit 9bb2f9867d
6 changed files with 65 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#include "singleton.h"
#include "singleton.hpp"
Singleton::~Singleton()
{