added glshim library
This commit is contained in:
7
project/jni/glshim/spec/template/base/base.j2
Normal file
7
project/jni/glshim/spec/template/base/base.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if ifdef %}#ifdef {{ ifdef }}
|
||||
{% endif %}
|
||||
{% if ifndef %}#ifndef {{ ifndef }}
|
||||
{% endif %}
|
||||
{% block main %}{% endblock %}
|
||||
{% if ifdef %}#endif{% endif %}
|
||||
{% if ifndef %}#endif{% endif %}
|
||||
Reference in New Issue
Block a user