mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
13 lines
122 B
C++
13 lines
122 B
C++
#ifndef SKELETON_H
|
|
#define SKELETON_H
|
|
|
|
namespace vb01{
|
|
class Skeleton{
|
|
public:
|
|
Skeleton();
|
|
private:
|
|
};
|
|
}
|
|
|
|
#endif
|