-
Notifications
You must be signed in to change notification settings - Fork 2
/
Test.pbi
40 lines (39 loc) · 1.53 KB
/
Test.pbi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
;==============================================================================
; ** Test.pb header file by PBHGEN.
;------------------------------------------------------------------------------
; WARNING: This file is automatically generated each time you save!
; Any manual changes to this file may be permanently lost upon regeneration.
; If you came here because of a syntax error, double-check your own code.
; For more information, visit https://github.com/00laboratories/PBHGEN
;==============================================================================
CompilerIf #PB_Compiler_Module = ""
Declare NormalEmptyProcedure()
Declare WithOptionalArguments(heh.l, Something$="Procedure WithOptionalArguments(Something$)" + "lol")
DeclareC StructureThing(*Hello, *Okay)
Declare ArrayThing(Array HelloWorld(1))
Declare BracketStuff(String$ = "heh" + Chr(50), Okay.l = 50)
CompilerEndIf
CompilerIf #PB_Compiler_Module = "EmptyModuleWithoutProcedures"
CompilerEndIf
CompilerIf #PB_Compiler_Module = ""
Declare.i MultiLine( _nbNiveaux.u,numNiveauDepart.u,_nbViesDepart.a,_IAGlobale.b = 0)
Declare RuntimeProc(lol.l)
DeclareDLL DLLProcedure()
DeclareCDLL CDLLProcedure()
Declare A()
Declare C()
Declare D()
CompilerEndIf
CompilerIf #PB_Compiler_Module = "TestA"
Declare Func1()
Declare Func2()
Declare A()
CompilerEndIf
CompilerIf #PB_Compiler_Module = ""
CompilerEndIf
CompilerIf #PB_Compiler_Module = "TestB"
Declare FuncHurrDurr(Cheese$ = "I love::sandwhiche~")
CompilerEndIf
CompilerIf #PB_Compiler_Module = ""
Declare OnVstMain(*Effect)
CompilerEndIf