Reorganized C++ library code into one implementation source file and one header file (instead of 3+3), changing some spacing and ordering, without changing functionality.

This commit is contained in:
Project Nayuki
2020-01-11 18:26:12 +00:00
parent 67c62461d3
commit 096c70cd4d
8 changed files with 413 additions and 538 deletions
-1
View File
@@ -30,7 +30,6 @@
#include <iostream>
#include <string>
#include <vector>
#include "BitBuffer.hpp"
#include "QrCode.hpp"
using std::uint8_t;