mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
13 lines
180 B
C++
13 lines
180 B
C++
#include "exam_mode_controller.h"
|
|
|
|
using namespace Poincare;
|
|
using namespace Shared;
|
|
|
|
namespace Settings {
|
|
|
|
int ExamModeController::numberOfCautionLines() const {
|
|
return 0;
|
|
}
|
|
|
|
}
|