pTitSeb's glshim renamed to gl4es
This commit is contained in:
8
project/jni/gl4es/spec/template/base/base.j2
Executable file
8
project/jni/gl4es/spec/template/base/base.j2
Executable file
@@ -0,0 +1,8 @@
|
||||
{% if ifdef %}#ifdef {{ ifdef }}
|
||||
{% endif %}
|
||||
{% if ifndef %}#ifndef {{ ifndef }}
|
||||
{% endif %}
|
||||
{% block main %}{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
{% if ifdef %}#endif{% endif %}
|
||||
{% if ifndef %}#endif{% endif %}
|
||||
Reference in New Issue
Block a user