mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
Spreadsheet: Reorganise the sources a bit
This commit just moves some code around: - Give Cell its own file - Pull all forward-declared classes/structs into Forward.h - Clean up the order of member functions a bit
This commit is contained in:
parent
b6c34c0521
commit
5715ed3dd6
8 changed files with 250 additions and 146 deletions
|
@ -26,14 +26,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Forward.h"
|
||||
#include "Spreadsheet.h"
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/Result.h>
|
||||
|
||||
namespace Spreadsheet {
|
||||
|
||||
class WorkbookObject;
|
||||
|
||||
class Workbook {
|
||||
public:
|
||||
Workbook(NonnullRefPtrVector<Sheet>&& sheets);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue