mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07:00
9 lines
113 B
C
9 lines
113 B
C
#ifndef LIQUID_EXT_H
|
|
#define LIQUID_EXT_H
|
|
|
|
#include <ruby.h>
|
|
#include <stdbool.h>
|
|
#include "tokenizer.h"
|
|
|
|
#endif
|