mirror of
https://gitlab.com/Scribble/gdlenhanced.git
synced 2026-08-17 14:23:04 -04:00
13 lines
No EOL
164 B
C++
13 lines
No EOL
164 B
C++
|
|
#include <StdAfx.h>
|
|
#include "WeenieObject.h"
|
|
#include "Missile.h"
|
|
#include "Player.h"
|
|
|
|
CMissileWeenie::CMissileWeenie()
|
|
{
|
|
}
|
|
|
|
CMissileWeenie::~CMissileWeenie()
|
|
{
|
|
} |