blob: bee9086c86a922b238a32ac11da3dbc38c86f1c3 [file] [log] [blame]
Austin Schuh812d0d12021-11-04 20:16:48 -07001// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#include "glass/Model.h"
6
7using namespace glass;
8
9bool Model::IsReadOnly() {
10 return false;
11}