HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_CRC.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  */
7 
8 #ifndef __UT_CRC_H__
9 #define __UT_CRC_H__
10 
11 #include "UT_API.h"
12 
13 class UT_API UT_CRC
14 {
15 public:
16  UT_CRC();
17 
18  unsigned long updateCRC (unsigned long accum, char *ptr, int size);
19 };
20 
21 #endif
#define UT_API
Definition: UT_API.h:14
Definition: UT_CRC.h:13
GLsizeiptr size
Definition: glcorearb.h:664
auto ptr(T p) -> const void *
Definition: format.h:2448