Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 685f090

Browse files
organized code into files
1 parent cbac680 commit 685f090

10 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "GuiHandler.hpp"
2-
#include "VirtualKeypad.hpp"
2+
#include "../widgets/VirtualKeypad.hpp"
33

44
// used for web width and height
55
#if defined(PLATFORM_WEB)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
// #include "VirtualKeypad.hpp"
1010

11-
#include "PrimalSolver.hpp"
12-
#include "TwoPhase.hpp"
13-
#include "PrimalTwoPhaseBase.hpp"
11+
#include "../twoPhaseSimplex/PrimalSolver.hpp"
12+
#include "../twoPhaseSimplex/TwoPhase.hpp"
13+
#include "../twoPhaseSimplex/PrimalTwoPhaseBase.hpp"
1414

1515
#include <iostream>
1616
#include <sstream>

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "GuiHandler.hpp"
1+
#include "gui/GuiHandler.hpp"
22

33
int main(int argc, char *argv[])
44
{
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)