This file is indexed.

/usr/include/crystalspace-2.0/bindings/iengine.i is in libcrystalspace-dev 2.0+dfsg-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
%module iengine
%import "bindings/core.i"
%import "bindings/ivideo.i" /* due to at least csZBufMode graph3d.h */
%{
#include "csgeom.h"
#include "csgfx.h"
#include "csutil.h"
#include "cstool.h"
#include "iengine.h"
#include "igraphic.h"
#include "imap.h"
#include "ivideo.h"
%}

#ifndef SWIGIMPORTED
INLINE_FUNCTIONS
#endif

%include "bindings/common/iengine.i"