mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-18 17:36:32 +02:00
13 lines
102 B
C++
13 lines
102 B
C++
#include "page.h"
|
|
|
|
|
|
Page::Page() :
|
|
Resource() {
|
|
|
|
page_type = 0;
|
|
deleted = 0;
|
|
}
|
|
|
|
Page::~Page() {
|
|
}
|