mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
17 lines
199 B
C++
17 lines
199 B
C++
// LZOutWindow.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "LZOutWindow.h"
|
|
|
|
void CLZOutWindow::Init(bool solid)
|
|
{
|
|
if(!solid)
|
|
COutBuffer::Init();
|
|
#ifdef _NO_EXCEPTIONS
|
|
ErrorCode = S_OK;
|
|
#endif
|
|
}
|
|
|
|
|