8 lines
197 B
C
8 lines
197 B
C
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <comdef.h>
|
|
#include <objbase.h>
|
|
#include <stdio.h>
|
|
#include <iostream.h>
|
|
#include "../GraphObj/GraphObj_i.c" // For IID_IPoint and IID_ILine
|