Files
allwpilib/glass/src/lib/native/cpp/Model.cpp

13 lines
580 B
C++
Raw Normal View History

2020-08-14 20:02:35 -07:00
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2020 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
#include "glass/Model.h"
2020-08-14 20:02:35 -07:00
using namespace glass;
2020-08-14 20:02:35 -07:00
bool Model::IsReadOnly() { return false; }