roxas75 / rxTools

rxTools
http://www.rxtools.net/
GNU General Public License v2.0
266 stars 81 forks source link

Change the directory structure #443

Closed 173210 closed 8 years ago

173210 commented 8 years ago

The current directory structure doesn't separate private contents. (e.g. source file, internal info in header files) and public contents (e.g. function prototypes) This changes will introduce include directory to put public contents.

This pull request is same with #442.