Skip to content

Instantly share code, notes, and snippets.

@njlr
Created October 12, 2017 16:00
Show Gist options
  • Save njlr/eee0f7cc126e672f0dba6d8a3548bd06 to your computer and use it in GitHub Desktop.
Save njlr/eee0f7cc126e672f0dba6d8a3548bd06 to your computer and use it in GitHub Desktop.
#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