- [NEW] aux_textfile()
- Implementant la càrrega del nivell
This commit is contained in:
18
source/aux_textfile.h
Normal file
18
source/aux_textfile.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace textfile
|
||||
{
|
||||
const bool open(std::string filename);
|
||||
|
||||
void close();
|
||||
|
||||
std::string getNextToken();
|
||||
|
||||
const bool searchToken(std::string token);
|
||||
|
||||
std::string getStringValue(std::string token);
|
||||
|
||||
const int getIntValue(std::string token);
|
||||
}
|
||||
Reference in New Issue
Block a user