Last active
October 18, 2015 06:54
-
-
Save joyhuang9473/8ece980b4c760ee17e71 to your computer and use it in GitHub Desktop.
All of a project's header files should be listed as descendants of the project's source directory without use of UNIX directory shortcuts . (the current directory) or .. (the parent directory). For example, project/Classes/Entity/Role/Role.h should be included as:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "Entity/Role/Role.h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment