blob: a080ef526df4cd17efaffb0d5f0e2b59de556c3b [file] [log] [blame]
//
// Copyright (c) 2011 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
#include "Input.h"
namespace pp
{
Input::Input() : count(0), string(0), length(0), index(0), buffer(0)
{
}
} // namespace pp