historical/toontown-just-works.git/build/nirai/panda3d/ppremake/sedContext.cxx

20 lines
500 B
C++
Raw Normal View History

2024-01-16 11:20:27 -06: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;
}