Initial
This commit is contained in:
11
image/VXDOBJS.HPP
Normal file
11
image/VXDOBJS.HPP
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _IMAGE_VXDOBJECTS_HPP_
|
||||
#define _IMAGE_VXDOBJECTS_HPP_
|
||||
#ifndef _COMMON_BLOCK_HPP_
|
||||
#include <common/block.hpp>
|
||||
#endif
|
||||
#ifndef _IMAGE_VXDOBJ_HPP_
|
||||
#include <image/vxdobj.hpp>
|
||||
#endif
|
||||
|
||||
typedef Block<VxDObject> VxDObjects;
|
||||
#endif
|
||||
Reference in New Issue
Block a user