mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-23 04:28:12 +08:00
8 lines
108 B
C
8 lines
108 B
C
#ifndef __INTER__
|
|
#define __INTER__
|
|
#include "Overlaps.h"
|
|
|
|
void ul_resolve(ma_ug_t *ug, int hap_n);
|
|
|
|
#endif
|