14 lines
190 B
C
14 lines
190 B
C
// Filename:- autocaulk.h
|
|
//
|
|
|
|
#ifndef AUTOCAULK_H
|
|
#define AUTOCAULK_H
|
|
|
|
|
|
void Select_AutoCaulk(bool bMakeDetail);
|
|
|
|
|
|
#endif // AUTOCAULK_H
|
|
|
|
///////////////// eof //////////////
|
|
|