Fixed some missed translations. Fixed doxygen (mis)handling of packed structures.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@692 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-23 19:24:16 +00:00
parent 346d940889
commit 2602c591eb
15 changed files with 51 additions and 39 deletions

2
op_c.h
View File

@@ -170,7 +170,7 @@ void TO_Compter_occurences(Table_occurence * t,Bitmap24B image,int size);
/////////////////////////////////////////////////////////////////////////////
void Cluster_Analyser(Cluster * c,Table_occurence * to);
void Cluster_Split(Cluster * c,Cluster * c1,Cluster * c2,int Teinte,Table_occurence * to);
void Cluster_Split(Cluster * c,Cluster * c1,Cluster * c2,int hue,Table_occurence * to);
void Cluster_Calculer_teinte(Cluster * c,Table_occurence * to);