Skip to content

Commit

Permalink
Organized file structure (#62)
Browse files Browse the repository at this point in the history
* Organized File Structure (and fixes)

Moved PyGLM's code to it's own files.
Also fixed #60
And fixed #61

* [for gcc] Added newlines (+ a few fixes)

* [for gcc] Added include for forward_declatations

* Using ifndef guards (gcc is broken)

* fix (gcc is still broken)
  • Loading branch information
Zuzu-Typ authored Feb 2, 2020
1 parent 8d87b50 commit cc34b01
Show file tree
Hide file tree
Showing 189 changed files with 36,971 additions and 36,473 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ include COPYING
include README.md
include setup.py
include setup.cfg
include build_options.h
include version.h
include license.h
recursive-include PyGLM *
recursive-include glm *
Loading

0 comments on commit cc34b01

Please sign in to comment.