1
2
3
4
5
6
7
use super::strings;

#[repr(C)]
pub struct VariableNameIdTable {
	pub entries: *const strings::StringId,
	pub count: u32,
}