Skip to content

Commit

Permalink
refactor: reorganise native code and automatically determine dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
renard314 committed Mar 14, 2018
1 parent cbd454f commit df48f05
Show file tree
Hide file tree
Showing 118 changed files with 6,638 additions and 3,887 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ CppTestProject/ImageProcessing/ImageProcessing.xcodeproj/xcuserdata/renard.xcuse

google-services.json
tests
CLion/cmake-build-debug
6 changes: 6 additions & 0 deletions CLion/main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <iostream>

int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
1,113 changes: 0 additions & 1,113 deletions CppTestProject/ImageProcessing/ImageProcessing.xcodeproj/project.pbxproj

This file was deleted.

Loading

0 comments on commit df48f05

Please sign in to comment.