aboutsummaryrefslogtreecommitdiff
path: root/tools/iDSK/src/Desass.h
blob: 4df1b829d12ae7cd7542d55f2e3729b620639b12 (plain)
1
2
3
4
5
6
7
8
#ifndef DESASS_H
#define DESASS_H


void Desass( unsigned char * Prg, char * Desass, int Longueur, int Offset );


#endif