aboutsummaryrefslogtreecommitdiff
path: root/src/Panda/VirtFS.h
blob: 8b13a14f7e81d81f60a351c5cf7cae4e5b85f4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef VirtFS_dot_h
#define VirtFS_dot_h

#include <stdio.h>


class VirtFS
{
 public:
                  VirtFS(){}                                                 ;
  virtual        ~VirtFS(){}                                                 ;
};

#endif