File: samples.h

package info (click to toggle)
nestopia 1.49-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,424 kB
  • sloc: cpp: 86,935; xml: 26,956; makefile: 1,515; ansic: 772; sh: 19
file content (14 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _SAMPLES_H_
#define _SAMPLES_H_

#include "core/api/NstApiUser.hpp"

using namespace Nes::Api;

int nst_sample_load_file(const char* filepath);
int nst_sample_load_archive(const char* filename, const char* reqfile);
int nst_sample_unload_file();
void nst_sample_setcontent(User::File& file);
void nst_sample_load_samples(User::File& file, const char* sampgame);

#endif