Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_spreadsheet/spreadsheet_intern.hh')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_intern.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh b/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh
index 10a875e2c14..7e3b79a6706 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh
@@ -16,4 +16,10 @@
#pragma once
+typedef struct SpaceSpreadsheet_Runtime {
+ int visible_rows;
+ int tot_rows;
+ int tot_columns;
+} SpaceSpreadsheet_Runtime;
+
void spreadsheet_operatortypes(void);