diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-22 15:35:32 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-22 15:35:32 (GMT) |
| commit | beee75d9d1f9bc4a897887a0ac5b427449213f80 (patch) | |
| tree | 5b76724ab9c7ae8ea719066b01e301ec8cbacec8 /src/preview/PreviewController.h | |
| parent | e6e23669eea8768ec004c16437c67717b66fb1a0 (diff) | |
| download | powder-beee75d9d1f9bc4a897887a0ac5b427449213f80.zip powder-beee75d9d1f9bc4a897887a0ac5b427449213f80.tar.gz | |
Multiple pages of comments
Diffstat (limited to 'src/preview/PreviewController.h')
| -rw-r--r-- | src/preview/PreviewController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h index 680a8f7..815ca5d 100644 --- a/src/preview/PreviewController.h +++ b/src/preview/PreviewController.h @@ -32,6 +32,10 @@ public: PreviewView * GetView() { return previewView; } void Update(); void FavouriteSave(); + + void NextCommentPage(); + void PrevCommentPage(); + virtual ~PreviewController(); }; |
