Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
worknd authored May 23, 2022
0 parents commit 0b5879a
Show file tree
Hide file tree
Showing 10 changed files with 7,692 additions and 0 deletions.
1,811 changes: 1,811 additions & 0 deletions A3D_DAL.CPP

Large diffs are not rendered by default.

420 changes: 420 additions & 0 deletions A3D_DAL.H

Large diffs are not rendered by default.

3,793 changes: 3,793 additions & 0 deletions A3D_DLL.CPP

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions A3D_DLL.DEF
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;//===========================================================================
;//
;// A3D_DLL.DEF
;//
;// Purpose: Aureal A3D 1.x interface library (Wrapper to DirectSound3D).
;//
;// Copyright (C) 2004 Dmitry Nesterenko. All rights reserved.
;//
;//===========================================================================

LIBRARY A3D

DESCRIPTION "A3D Wrapper to DirectSound3D"

EXPORTS
_A3dCreate@12 PRIVATE
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
47 changes: 47 additions & 0 deletions A3D_DLL.DSW
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "a3d_dll"=.\a3d_dll.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "a3d_test"=.\a3d_test.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name a3d
End Project Dependency
Begin Project Dependency
Project_Dep_Name a3d_dll
End Project Dependency
}}}

###############################################################################

Global:

Package=<5>
{{{
}}}

Package=<3>
{{{
}}}

###############################################################################

Loading

0 comments on commit 0b5879a

Please sign in to comment.