diff options
Diffstat (limited to 'dxr3memcpy.h')
-rw-r--r-- | dxr3memcpy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h index 977af5d..9214d53 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -90,3 +90,9 @@ private: extern void *(* dxr3_memcpy)(void *to, const void *from, size_t len); #endif /*_DXR3MEMCPY_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: |