13 lines
220 B
C
13 lines
220 B
C
// include_all.h
|
|
|
|
// TODO: 제거 예정
|
|
|
|
#ifndef _CONTROLSDLL_INCLUDE_ALL_H_
|
|
#define _CONTROLSDLL_INCLUDE_ALL_H_
|
|
|
|
#include "typedef.h"
|
|
#include "dialogwz.h"
|
|
#include "dialogmanager.h"
|
|
|
|
#endif // _CONTROLSDLL_INCLUDE_ALL_H_
|