File: renpybidicore.h

package info (click to toggle)
renpy 6.99.12.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 56,124 kB
  • ctags: 34,563
  • sloc: python: 38,642; ansic: 4,763; makefile: 51; sh: 2
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#ifndef RENPYBIDICORE_H
#define RENPYBIDICORE_H
#include <Python.h>

PyObject *renpybidi_log2vis(PyObject *s, int *direction);
#endif