common: add a row/column co-ordinate structure
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef IVY_COMMON_MISC_H_
|
||||
#define IVY_COMMON_MISC_H_
|
||||
|
||||
struct ivy_char_cell {
|
||||
unsigned long c_row, c_col;
|
||||
};
|
||||
|
||||
#if defined(_MSC_VER) && IVY_STATIC == 0
|
||||
#ifdef IVY_EXPORT
|
||||
#define IVY_API extern __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user