Mana
Main.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 namespace mana
11 {
12  extern const char* GetInputFilename();
13  extern const char* GetOutputFilename();
14  extern const char* GetTargetFilename();
15 }
Definition: CodeBuffer.cpp:12
const char * GetOutputFilename()
Definition: Main.cpp:35
const char * GetTargetFilename()
Definition: Main.cpp:40
const char * GetInputFilename()
Definition: Main.cpp:30