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


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


#endif