9 lines
184 B
C
9 lines
184 B
C
![]() |
#ifndef __NS_DIALOGS__INPUT_H__
|
||
|
#define __NS_DIALOGS__INPUT_H__
|
||
|
|
||
|
#include "defs.h"
|
||
|
|
||
|
int NSDFUNC PopPlacement(int *x, int *y, int *width, int *height);
|
||
|
|
||
|
#endif//__NS_DIALOGS__INPUT_H__
|