Galactic Bloodshed
gb
files_rw.h
Go to the documentation of this file.
1
// Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2
// Use of this source code is governed by a license that can be
3
// found in the COPYING file.
4
5
#
ifndef
FILES_RW_H
6
#
define
FILES_RW_H
7
8
void
Fileread
(
int
,
char
*,
int
,
int
);
9
void
Filewrite
(
int
,
char
*,
int
,
int
);
10
11
#
endif
// FILES_RW_H
Fileread
void Fileread(int, char *, int, int)
Definition:
files_rw.cc:20
Filewrite
void Filewrite(int, char *, int, int)
Definition:
files_rw.cc:32
Generated by
1.8.13