10 lines
151 B
C
10 lines
151 B
C
// includeall.h
|
|
|
|
// TODO: 제거 예정
|
|
|
|
#ifndef _EFFECT_INCLUDEALL_H_
|
|
#define _EFFECT_INCLUDEALL_H_
|
|
|
|
#include "typedef.h"
|
|
|
|
#endif // _EFFECT_INCLUDEALL_H_
|