Poodletooth-iLand/build/nirai/panda3d/ppremake/sedContext.cxx

20 lines
500 B
C++
Raw Normal View History

2015-11-14 19:28:53 +00:00
// Filename: sedContext.cxx
// Created by: drose (24Oct00)
//
////////////////////////////////////////////////////////////////////
#include "sedContext.h"
////////////////////////////////////////////////////////////////////
// Function: SedContext::Constructor
// Access: Public
// Description:
////////////////////////////////////////////////////////////////////
SedContext::
SedContext(ostream &out) : _out(out) {
_line_number = 0;
_is_last_line = false;
_deleted = false;
}