project64/Source/Project64-video/Config.h

13 lines
346 B
C
Raw Normal View History

2021-03-02 02:13:17 +00:00
// Project64 - A Nintendo 64 emulator
// http://www.pj64-emu.com/
// Copyright(C) 2001-2021 Project64
// Copyright(C) 2003-2009 Sergey 'Gonetz' Lipski
// Copyright(C) 2002 Dave2001
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
2016-01-24 18:38:52 +00:00
#pragma once
2013-04-04 21:22:19 +00:00
2016-01-24 18:38:52 +00:00
#ifdef _WIN32
2017-04-18 12:03:49 +00:00
void ConfigInit(void * hinst);
2016-03-08 22:22:28 +00:00
void ConfigCleanup(void);
2016-01-24 18:38:52 +00:00
#endif