rename vmr module to wrapper.

rename cdll module to ivmr

upd doc strings
This commit is contained in:
2024-07-06 09:03:13 +01:00
parent 09793afafa
commit 19a3a16b74
8 changed files with 113 additions and 42 deletions

View File

@@ -1,3 +1,10 @@
/**
* Copyright (c) 2024 Onyx and Iris
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT license. See `util.c` for details.
*/
#ifndef __UTIL_H__
#define __UTIL_H__