blob: 752fd6bef9601cfaef81bc6b5309f39f9e42b357 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_ESCHER_PAPER_PAPER_MATERIAL_H_
#define LIB_ESCHER_PAPER_PAPER_MATERIAL_H_
#include "lib/escher/paper/paper_readme.h"
#include "lib/escher/material/material.h"
namespace escher {
// Placeholder for a real PaperMaterial class. Good enough for now.
using PaperMaterial = Material;
using PaperMaterialPtr = MaterialPtr;
} // namespace escher
#endif // LIB_ESCHER_PAPER_PAPER_MATERIAL_H_