Created
October 12, 2017 16:00
-
-
Save njlr/eee0f7cc126e672f0dba6d8a3548bd06 to your computer and use it in GitHub Desktop.
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
#ifndef MATHUTILS_SINGLE_INCLUDE_HPP | |
#define MATHUTILS_SINGLE_INCLUDE_HPP | |
#include <mathutils/add.hpp> | |
#include <mathutils/sub.hpp> | |
// etc… | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment