Removed backends/intern.h
svn-id: r30611
This commit is contained in:
parent
00796bb598
commit
c4c481fecf
18 changed files with 37 additions and 15 deletions
|
@ -35,6 +35,13 @@
|
|||
|
||||
#include "..\..\sdl\main.cpp"
|
||||
|
||||
#ifdef SAMPLES_PER_SEC_8000 // the GreanSymbianMMP format cannot handle values for defines :(
|
||||
#define SAMPLES_PER_SEC 8000
|
||||
#else
|
||||
#define SAMPLES_PER_SEC 16000
|
||||
#endif
|
||||
|
||||
|
||||
////////// extern "C" ///////////////////////////////////////////////////
|
||||
namespace Symbian {
|
||||
|
||||
|
@ -52,8 +59,7 @@ void FatalError(const char *msg) {
|
|||
}
|
||||
|
||||
// make this easily available everywhere
|
||||
char* GetExecutablePath()
|
||||
{
|
||||
char* GetExecutablePath() {
|
||||
return CSDLApp::GetExecutablePathCStr();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue