added Init() in LifetimeCallback.h
This commit is contained in:
parent
a9bec5b5d2
commit
1a443fbf88
@ -15,6 +15,11 @@ namespace hgl
|
||||
{
|
||||
hgl_cpy(dst,src,count);
|
||||
}
|
||||
|
||||
virtual void Init(T *dst,int count)
|
||||
{
|
||||
hgl_zero(dst,count);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user