9 lines
197 B
C++
9 lines
197 B
C++
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <comdef.h>
|
|
#include <objbase.h>
|
|
#include <stdio.h>
|
|
#include <iostream>
|
|
using namespace std;
|
|
#include "GraphObj_i.c" // For IID_IPoint and IID_ILine
|