You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
226 B

#ifndef getCamIm
#define getCamIm
#include "CamManager.h"
#include <windows.h>
#include <string>
#include <iostream>
void CamImInputDialog(HINSTANCE hInstance);
extern std::string name;
extern std::string location;
#endif