Subversion Repositories spk

Rev

Blame | Last modification | View Log | RSS feed

#ifndef __HIP_H__
#define __HIP_H__

#define  WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <crtdbg.h>

#include "clsFile.h"
#include "HipPack.h"

//
// prototypes
//
bool DecompressFile( char* szFile, char* szOutFile );

#endif