Diff

Differences From Artifact [967e324656]:

To Artifact [b4e7b72b38]:


1
2
3







4

5
6
7

8
9


#include "dact.h"
#include "dact_common.h"








int dact_BuffToBuffDecompress(void) {

	return(0);
}
int dact_BuffToBuffCompress(void) {

	return(0);
}





>
>
>
>
>
>
>

>



>


>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "dact.h"
#include "dact_common.h"

int dact_init(void) {
}

void *dact_openfile(const char *pathname) {
	
}

int dact_BuffToBuffDecompress(void) {
	dact_init();
	return(0);
}
int dact_BuffToBuffCompress(void) {
	dact_init();
	return(0);
}