mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-17 23:20:19 +01:00
375db278c4
DAT file format doc.
7 lines
82 B
C++
7 lines
82 B
C++
#pragma once
|
|
class DatParser
|
|
{
|
|
public:
|
|
static void Parse(const char * file);
|
|
};
|
|
|