mirror of
https://github.com/kemko/liquid.git
synced 2026-01-13 05:25:45 +03:00
If we are trying to get the struct from something other than self, then we should make sure to check the class of the object. This util functions make this easier.
9 lines
109 B
C
9 lines
109 B
C
#ifndef LIQUID_BLOCK_H
|
|
#define LIQUID_BLOCK_H
|
|
|
|
void init_liquid_block();
|
|
|
|
extern VALUE cLiquidBlock;
|
|
|
|
#endif
|