Sha256: 0141178cbcbe78b4ecfdd7a26ff1476225911602701bf2cd8f4d72d94aa4f27b
Contents?: true
Size: 342 Bytes
Versions: 14
Compression:
Stored size: 342 Bytes
Contents
#pragma once /** * General error codes */ enum errType { SUCCESS = 0, ERR, MEM_ALLOC_ERR, ///< error dynamically allocating memory FILE_ERR, ERR_DLL_LOAD, ///< error dynamically loading a dll DLL_ERR, TIMEOUT_ERR, NULL_HANDLE_ERR, NULL_PTR, BAD_PARAM, XML_ERR, ///< a XML syntax error THREAD_ERR, WND_DIM_ERR };
Version data entries
14 entries across 14 versions & 1 rubygems