-//\r
+/*\r
//Copyright (C) 2002-2005 3Dlabs Inc. Ltd.\r
//All rights reserved.\r
//\r
//LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
//ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
//POSSIBILITY OF SUCH DAMAGE.\r
-//\r
+*/\r
\r
#ifndef _RESOURCE_LIMITS_INCLUDED_\r
#define _RESOURCE_LIMITS_INCLUDED_\r
extern "C" {\r
#endif\r
\r
-struct TBuiltInResource {\r
+typedef struct TBuiltInResource_ {\r
int maxLights;\r
int maxClipPlanes;\r
int maxTextureUnits;\r
int maxTextureImageUnits;\r
int maxFragmentUniformComponents;\r
int maxDrawBuffers;\r
-};\r
+} TBuiltInResource;\r
\r
#ifdef __cplusplus\r
}\r
#endif\r
\r
-#endif // _RESOURCE_LIMITS_INCLUDED_\r
+#endif /* _RESOURCE_LIMITS_INCLUDED_ */\r