Sha256: 23d8eaa3e7203ccc14bb5b2d7c41d2bc5a81123dfb0191b665ee06270d5eb6e1

Contents?: true

Size: 203 Bytes

Versions: 7

Compression:

Stored size: 203 Bytes

Contents

#ifndef PSD_NATIVE_FILE
#define PSD_NATIVE_FILE

VALUE psd_file_read_byte(VALUE self);
VALUE psd_file_read_bytes(VALUE self, int bytes);
VALUE psd_file(VALUE self);
int psd_file_tell(VALUE self);

#endif

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bench9000-0.1 vendor/psd_native/ext/psd_native/file.h
psd_native-1.1.3 ext/psd_native/file.h
psd_native-1.1.2 ext/psd_native/file.h
psd_native-1.1.1 ext/psd_native/file.h
psd_native-1.1.0 ext/psd_native/file.h
psd_native-1.0.1 ext/psd_native/file.h
psd_native-1.0.0 ext/psd_native/file.h