mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
Merge remote-tracking branch 'github/master' into Tree
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
using namespace Poincare;
|
||||
|
||||
static inline int min(int x, int y) { return (x<y ? x : y); }
|
||||
static inline int max(int x, int y) { return (x>y ? x : y); }
|
||||
|
||||
namespace Shared {
|
||||
|
||||
StoreController::ContentView::ContentView(DoublePairStore * store, Responder * parentResponder, TableViewDataSource * dataSource, SelectableTableViewDataSource * selectionDataSource, TextFieldDelegate * textFieldDelegate) :
|
||||
|
||||
Reference in New Issue
Block a user