Depth of Field  0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
FileLoader.h
Go to the documentation of this file.
1 #ifndef __FILELOADER_H
2 #define __FILELOADER_H
3 
4 
9 class FileLoader
10 {
11 public:
12  FileLoader(void);
13  ~FileLoader(void);
17  void *loadRawFile(char *filename, size_t size);
18 };
19 
20 
21 
22 
23 #endif