Merge branch 'master' of https://github.com/andreja6/G3D-Fun
This commit is contained in:
9
BrowserCallHandler.cpp
Normal file
9
BrowserCallHandler.cpp
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#include "BrowserCallHandler.h"
|
||||||
|
|
||||||
|
BrowserCallHandler::BrowserCallHandler(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowserCallHandler::~BrowserCallHandler(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
8
BrowserCallHandler.h
Normal file
8
BrowserCallHandler.h
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#pragma once
|
||||||
|
#include <Mshtmhst.h>
|
||||||
|
class BrowserCallHandler : IDocHostUIHandler
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
BrowserCallHandler(void);
|
||||||
|
~BrowserCallHandler(void);
|
||||||
|
};
|
||||||
@@ -241,6 +241,10 @@
|
|||||||
RelativePath=".\ax.cpp"
|
RelativePath=".\ax.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\BrowserCallHandler.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ButtonListener.cpp"
|
RelativePath=".\ButtonListener.cpp"
|
||||||
>
|
>
|
||||||
@@ -334,6 +338,10 @@
|
|||||||
RelativePath=".\ax.h"
|
RelativePath=".\ax.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\BrowserCallHandler.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ButtonListener.h"
|
RelativePath=".\ButtonListener.h"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user