참 난감한 상황입니다.

잡담 2010. 8. 20. 09:22


//playsong.h
#include "rhythmnerd.h"
class PlaySong { ... RhythmNerd rn; ...}

//rhythmnerd.h
#include "test.h"

//test.h
#include "playsong.h"

..... 순환 참조 -_-

RhythmNerd 를 포인터로 만들어버릴까

'잡담' 카테고리의 다른 글

리겜 컨트롤러 제작에 들어갑니다.  (1) 2010.09.06
기절ㅋ  (0) 2010.09.01
안되네...  (0) 2010.08.17
휴 한자능력검정시험 준비 사람이 피폐해진다.  (2) 2010.08.13
어휴 답답해  (0) 2010.08.10
: