0x2A / NoWork

NoWork is a simple graphics framework using OpenGL to allow easy prototyping of graphical functions and algorythms
GNU General Public License v3.0
6 stars 0 forks source link

switch to shared_ptr #4

Closed 0x2A closed 6 years ago

0x2A commented 8 years ago

To avoid deleting every object yourself, its probably good to switch to shared_ptr instead of using raw pointers.