~ubuntu-branches/ubuntu/wily/mupen64plus-ui-console/wily

« back to all changes in this revision

Viewing changes to src/core_interface.h

  • Committer: Package Import Robot
  • Author(s): Sven Eckelmann
  • Date: 2015-05-01 16:42:54 UTC
  • mfrom: (1.2.3) (4.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20150501164254-mrvd5n7om3hg1uc0
Tags: 2.5-1
* New Upstream Version
* Upload to unstable
* Install mupen64plus.desktop to associate application/x-n64-rom files with
  mupen64plus-ui-console
* Upgraded to policy 3.9.6, no changes required
* debian/copyright:
  - Update years in debian/copyright
  - Add new files to debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#if !defined(CORE_INTERFACE_H)
23
23
#define CORE_INTERFACE_H
24
24
 
25
 
#include "m64p_types.h"
26
25
#include "m64p_common.h"
27
 
#include "m64p_frontend.h"
28
26
#include "m64p_config.h"
29
27
#include "m64p_debugger.h"
 
28
#include "m64p_frontend.h"
 
29
#include "m64p_types.h"
30
30
 
31
31
/* function declarations */
32
32
extern m64p_error AttachCoreLib(const char *CoreLibFilepath);