12 lines
160 B
C++
12 lines
160 B
C++
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||
|
|
||
|
|
||
|
#include "BlasterHUD.h"
|
||
|
|
||
|
void ABlasterHUD::DrawHUD()
|
||
|
{
|
||
|
Super::DrawHUD();
|
||
|
|
||
|
|
||
|
}
|