SDC C-Project CF Review 프로그램
SWK
2023-03-10 5ce2e7ca14f09da2138ea783ef16044a01423413
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// MosisBuffer.h: interface for the CMosisBuffer class.
//
//////////////////////////////////////////////////////////////////////
 
#if !defined(AFX_MOSISBUFFER_H__725D6951_3046_4A17_8DA4_77C83FE85118__INCLUDED_)
#define AFX_MOSISBUFFER_H__725D6951_3046_4A17_8DA4_77C83FE85118__INCLUDED_
 
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
 
#include "InspectionBuffer.h"
 
#endif // !defined(AFX_MOSISBUFFER_H__725D6951_3046_4A17_8DA4_77C83FE85118__INCLUDED_)