start working on adding Image class
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 19 Aug 2017 00:53:27 +0000 (17:53 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 19 Aug 2017 00:53:27 +0000 (17:53 -0700)
commit4c1af66aa90cdd6ee163fdb55691287fe40abba0
tree2e097534730c7000e4d880bb4b9a6c456dd273f8
parent5abb19a69e4b877ba9ae96c62d7d052bf6cd4782
start working on adding Image class
src/CMakeLists.txt
src/image/CMakeLists.txt [new file with mode: 0644]
src/image/image.cpp [new file with mode: 0644]
src/image/image.h [new file with mode: 0644]