Let's make (git) history!
Šī revīzija ir iekļauta:
14
page.h
Parasts fails
14
page.h
Parasts fails
@@ -0,0 +1,14 @@
|
||||
#ifndef PAGE_H
|
||||
#define PAGE_H
|
||||
#include <string>
|
||||
|
||||
class Page
|
||||
{
|
||||
public:
|
||||
Page();
|
||||
std::string name;
|
||||
bool listed;
|
||||
unsigned int current_revision;
|
||||
};
|
||||
|
||||
#endif // PAGE_H
|
Atsaukties uz šo jaunā problēmā
Block a user