comparison src/win32/LuaOpenDialog.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
comparison
equal deleted inserted replaced
0:8ced16adf2e1 1:f9f4f1b99eed
1 #if !defined(VBA_WIN32_LUAOPENDIALOG_H_INCLUDED)
2 #define VBA_WIN32_LUAOPENDIALOG_H_INCLUDED
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // -*- C++ -*-
8 // LuaOpenDialog.h : header file
9 //
10
11 #include "stdafx.h"
12 #include "resource.h"
13
14 extern HWND LuaConsoleHWnd;
15
16 void PrintToWindowConsole(int hDlgAsInt, const char* str);
17 void WinLuaOnStart(int hDlgAsInt);
18 void WinLuaOnStop(int hDlgAsInt);
19 INT_PTR CALLBACK DlgLuaScriptDialog(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
20
21 #endif // !defined(VBA_WIN32_LUAOPENDIALOG_H_INCLUDED)