mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 14:11:15 +00:00
393d89f8c4
See #200
12 lines
201 B
C++
12 lines
201 B
C++
#ifndef FALLOUT_SFALL_OPCODES_H_
|
|
#define FALLOUT_SFALL_OPCODES_H_
|
|
|
|
namespace fallout {
|
|
|
|
void sfallOpcodesInit();
|
|
void sfallOpcodesExit();
|
|
|
|
} // namespace fallout
|
|
|
|
#endif /* FALLOUT_SFALL_OPCODES_H_ */
|