view 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
line wrap: on
line source
1 #if !defined(VBA_WIN32_LUAOPENDIALOG_H_INCLUDED)
2 #define VBA_WIN32_LUAOPENDIALOG_H_INCLUDED
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // -*- C++ -*-
8 // LuaOpenDialog.h : header file
9 //
11 #include "stdafx.h"
12 #include "resource.h"
14 extern HWND LuaConsoleHWnd;
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);
21 #endif // !defined(VBA_WIN32_LUAOPENDIALOG_H_INCLUDED)