cgv
Loading...
Searching...
No Matches
quote.h
1
#pragma once
2
// helper define for QUOTE_SYMBOL_VALUE
3
#define QUOTE_SYMBOL_VALUE_(x) #x
5
#define QUOTE_SYMBOL_VALUE(x) QUOTE_SYMBOL_VALUE_(x)
cgv
defines
quote.h
Generated by
1.9.8