10 lines
114 B
C
10 lines
114 B
C
|
|
#ifndef _COM_SETSCALE_H
|
||
|
|
#define _COM_SETSCALE_H
|
||
|
|
|
||
|
|
#include <wordlist.h>
|
||
|
|
|
||
|
|
|
||
|
|
void com_setscale(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|