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

12 lines
295 B
C++
Raw Normal View History

2020-12-26 14:31:24 -08:00
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
2020-08-14 20:02:35 -07:00
#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;
}