Subversion Repositories spk

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 cycrow 1
#ifndef __HIP_H__
2
#define __HIP_H__
3
 
4
#define  WIN32_LEAN_AND_MEAN
5
#include <windows.h>
6
#include <stdio.h>
7
#include <conio.h>
8
#include <stdlib.h>
9
#include <string.h>
10
#include <math.h>
11
#include <crtdbg.h>
12
 
13
#include "clsFile.h"
14
#include "HipPack.h"
15
 
16
//
17
// prototypes
18
//
19
bool DecompressFile( char* szFile, char* szOutFile );
20
 
21
#endif