From 584ebaa74a838680e6ed1fa13ac266e88c30c071 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 26 Jun 2018 13:20:39 -0700 Subject: exports and imports param data in new debug tool: WatchYourStep --- .../WatchYourStep/ptxjitplus/inc/GL/freeglut.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debug_tools/WatchYourStep/ptxjitplus/inc/GL/freeglut.h (limited to 'debug_tools/WatchYourStep/ptxjitplus/inc/GL/freeglut.h') diff --git a/debug_tools/WatchYourStep/ptxjitplus/inc/GL/freeglut.h b/debug_tools/WatchYourStep/ptxjitplus/inc/GL/freeglut.h new file mode 100644 index 0000000..0e6f8c6 --- /dev/null +++ b/debug_tools/WatchYourStep/ptxjitplus/inc/GL/freeglut.h @@ -0,0 +1,22 @@ +#ifndef __FREEGLUT_H__ +#define __FREEGLUT_H__ + +/* + * freeglut.h + * + * The freeglut library include file + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + +#include "freeglut_std.h" +#include "freeglut_ext.h" + +/*** END OF FILE ***/ + +#endif /* __FREEGLUT_H__ */ -- cgit v1.3