add c skeleton
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#ifndef _PAGEFRAME_H_
|
||||
#define _PAGEFRAME_H_
|
||||
class PageFrame {
|
||||
private:
|
||||
public:
|
||||
PageFrame();
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user