mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
9 lines
179 B
C++
9 lines
179 B
C++
#ifndef _STEAM_APP_IDS_H_
|
|
#define _STEAM_APP_IDS_H_
|
|
|
|
#include "common_includes.h"
|
|
|
|
extern const std::map<uint32, std::string> steam_preowned_app_ids;
|
|
|
|
#endif // _STEAM_APP_IDS_H_
|