mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
13 lines
203 B
C++
13 lines
203 B
C++
// game_events.cpp
|
|
//
|
|
// All of our events that have use to multiple classes are kept together so everyone can get at them
|
|
|
|
#include "../idlib/precompiled.h"
|
|
#pragma hdrstop
|
|
|
|
#include "prey_local.h"
|
|
|
|
|
|
|
|
|