00001 /* 00002 * Copyright 2014 Google Inc. All Rights Reserved. 00003 * Distributed under the Project Tango Preview Development Kit (PDK) Agreement. 00004 * CONFIDENTIAL. AUTHORIZED USE ONLY. DO NOT REDISTRIBUTE. 00005 */ 00006 00007 #ifndef TANGO_GL_GOAL_MARKER_H_ 00008 #define TANGO_GL_GOAL_MARKER_H_ 00009 00010 #include <tango-gl/mesh.h> 00011 00012 namespace tango_gl { 00013 class GoalMarker : public Mesh { 00014 public: 00015 GoalMarker(); 00016 }; 00017 } // namespace tango_gl 00018 #endif // TANGO_GL_GOAL_MARKER_H_