File: samples.h

package info (click to toggle)
nestopia 1.52.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,140 kB
  • sloc: cpp: 127,444; xml: 27,234; ansic: 3,635; makefile: 949; 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